public class DeviceManagementIntentDeviceSettingStateSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementIntentDeviceSettingStateSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
compliantCount |
protected Integer |
conflictCount |
protected Integer |
errorCount |
protected Integer |
nonCompliantCount |
protected Integer |
notApplicableCount |
protected Integer |
remediatedCount |
protected String |
settingName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementIntentDeviceSettingStateSummary() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementIntentDeviceSettingStateSummary.Builder |
builderDeviceManagementIntentDeviceSettingStateSummary()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getCompliantCount()
“Number of compliant devices”
|
Optional<Integer> |
getConflictCount()
“Number of devices in conflict”
|
Optional<Integer> |
getErrorCount()
“Number of error devices”
|
Optional<Integer> |
getNonCompliantCount()
“Number of non compliant devices”
|
Optional<Integer> |
getNotApplicableCount()
“Number of not applicable devices”
|
Optional<Integer> |
getRemediatedCount()
“Number of remediated devices”
|
Optional<String> |
getSettingName()
“Name of a setting”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DeviceManagementIntentDeviceSettingStateSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceManagementIntentDeviceSettingStateSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DeviceManagementIntentDeviceSettingStateSummary |
withCompliantCount(Integer compliantCount)
Returns an immutable copy of
this with just the compliantCount
field changed. |
DeviceManagementIntentDeviceSettingStateSummary |
withConflictCount(Integer conflictCount)
Returns an immutable copy of
this with just the conflictCount
field changed. |
DeviceManagementIntentDeviceSettingStateSummary |
withErrorCount(Integer errorCount)
Returns an immutable copy of
this with just the errorCount field
changed. |
DeviceManagementIntentDeviceSettingStateSummary |
withNonCompliantCount(Integer nonCompliantCount)
Returns an immutable copy of
this with just the nonCompliantCount
field changed. |
DeviceManagementIntentDeviceSettingStateSummary |
withNotApplicableCount(Integer notApplicableCount)
Returns an immutable copy of
this with just the notApplicableCount field changed. |
DeviceManagementIntentDeviceSettingStateSummary |
withRemediatedCount(Integer remediatedCount)
Returns an immutable copy of
this with just the remediatedCount
field changed. |
DeviceManagementIntentDeviceSettingStateSummary |
withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
protected String settingName
protected Integer compliantCount
protected Integer conflictCount
protected Integer errorCount
protected Integer nonCompliantCount
protected Integer notApplicableCount
protected Integer remediatedCount
protected DeviceManagementIntentDeviceSettingStateSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DeviceManagementIntentDeviceSettingStateSummary.Builder builderDeviceManagementIntentDeviceSettingStateSummary()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<String> getSettingName()
public DeviceManagementIntentDeviceSettingStateSummary withSettingName(String settingName)
this with just the settingName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Name of a setting”
settingName - new value of settingName field (as defined in service metadata)this with just the settingName field changedpublic Optional<Integer> getCompliantCount()
public DeviceManagementIntentDeviceSettingStateSummary withCompliantCount(Integer compliantCount)
this with just the compliantCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of compliant devices”
compliantCount - new value of compliantCount field (as defined in service metadata)this with just the compliantCount field changedpublic Optional<Integer> getConflictCount()
public DeviceManagementIntentDeviceSettingStateSummary withConflictCount(Integer conflictCount)
this with just the conflictCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of devices in conflict”
conflictCount - new value of conflictCount field (as defined in service metadata)this with just the conflictCount field changedpublic Optional<Integer> getErrorCount()
public DeviceManagementIntentDeviceSettingStateSummary withErrorCount(Integer errorCount)
this with just the errorCount field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Number of error devices”
errorCount - new value of errorCount field (as defined in service metadata)this with just the errorCount field changedpublic Optional<Integer> getNonCompliantCount()
public DeviceManagementIntentDeviceSettingStateSummary withNonCompliantCount(Integer nonCompliantCount)
this with just the nonCompliantCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of non compliant devices”
nonCompliantCount - new value of nonCompliantCount field (as defined in service metadata)this with just the nonCompliantCount field changedpublic Optional<Integer> getNotApplicableCount()
public DeviceManagementIntentDeviceSettingStateSummary withNotApplicableCount(Integer notApplicableCount)
this with just the notApplicableCount field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Number of not applicable devices”
notApplicableCount - new value of notApplicableCount field (as defined in service metadata)this with just the notApplicableCount field changedpublic Optional<Integer> getRemediatedCount()
public DeviceManagementIntentDeviceSettingStateSummary withRemediatedCount(Integer remediatedCount)
this with just the remediatedCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Number of remediated devices”
remediatedCount - new value of remediatedCount field (as defined in service metadata)this with just the remediatedCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DeviceManagementIntentDeviceSettingStateSummary patch()
this with changed fields reset.public DeviceManagementIntentDeviceSettingStateSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.