public class SettingStateDeviceSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SettingStateDeviceSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
compliantDeviceCount |
protected Integer |
conflictDeviceCount |
protected Integer |
errorDeviceCount |
protected String |
instancePath |
protected Integer |
nonCompliantDeviceCount |
protected Integer |
notApplicableDeviceCount |
protected Integer |
remediatedDeviceCount |
protected String |
settingName |
protected Integer |
unknownDeviceCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SettingStateDeviceSummary() |
| Modifier and Type | Method and Description |
|---|---|
static SettingStateDeviceSummary.Builder |
builderSettingStateDeviceSummary()
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> |
getCompliantDeviceCount()
“Device Compliant count for the setting”
|
Optional<Integer> |
getConflictDeviceCount()
“Device conflict error count for the setting”
|
Optional<Integer> |
getErrorDeviceCount()
“Device error count for the setting”
|
Optional<String> |
getInstancePath()
“Name of the InstancePath for the setting”
|
Optional<Integer> |
getNonCompliantDeviceCount()
“Device NonCompliant count for the setting”
|
Optional<Integer> |
getNotApplicableDeviceCount()
“Device Not Applicable count for the setting”
|
Optional<Integer> |
getRemediatedDeviceCount()
“Device Compliant count for the setting”
|
Optional<String> |
getSettingName()
“Name of the setting”
|
Optional<Integer> |
getUnknownDeviceCount()
“Device Unkown count for the setting”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
SettingStateDeviceSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SettingStateDeviceSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SettingStateDeviceSummary |
withCompliantDeviceCount(Integer compliantDeviceCount)
Returns an immutable copy of
this with just the compliantDeviceCount field changed. |
SettingStateDeviceSummary |
withConflictDeviceCount(Integer conflictDeviceCount)
Returns an immutable copy of
this with just the conflictDeviceCount field changed. |
SettingStateDeviceSummary |
withErrorDeviceCount(Integer errorDeviceCount)
Returns an immutable copy of
this with just the errorDeviceCount
field changed. |
SettingStateDeviceSummary |
withInstancePath(String instancePath)
Returns an immutable copy of
this with just the instancePath
field changed. |
SettingStateDeviceSummary |
withNonCompliantDeviceCount(Integer nonCompliantDeviceCount)
Returns an immutable copy of
this with just the nonCompliantDeviceCount field changed. |
SettingStateDeviceSummary |
withNotApplicableDeviceCount(Integer notApplicableDeviceCount)
Returns an immutable copy of
this with just the notApplicableDeviceCount field changed. |
SettingStateDeviceSummary |
withRemediatedDeviceCount(Integer remediatedDeviceCount)
Returns an immutable copy of
this with just the remediatedDeviceCount field changed. |
SettingStateDeviceSummary |
withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
SettingStateDeviceSummary |
withUnknownDeviceCount(Integer unknownDeviceCount)
Returns an immutable copy of
this with just the unknownDeviceCount field changed. |
protected String settingName
protected String instancePath
protected Integer unknownDeviceCount
protected Integer notApplicableDeviceCount
protected Integer compliantDeviceCount
protected Integer remediatedDeviceCount
protected Integer nonCompliantDeviceCount
protected Integer errorDeviceCount
protected Integer conflictDeviceCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SettingStateDeviceSummary.Builder builderSettingStateDeviceSummary()
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 SettingStateDeviceSummary 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 the setting”
settingName - new value of settingName field (as defined in service metadata)this with just the settingName field changedpublic Optional<String> getInstancePath()
public SettingStateDeviceSummary withInstancePath(String instancePath)
this with just the instancePath
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 the InstancePath for the setting”
instancePath - new value of instancePath field (as defined in service metadata)this with just the instancePath field changedpublic Optional<Integer> getUnknownDeviceCount()
public SettingStateDeviceSummary withUnknownDeviceCount(Integer unknownDeviceCount)
this with just the unknownDeviceCount 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.
“Device Unkown count for the setting”
unknownDeviceCount - new value of unknownDeviceCount field (as defined in service metadata)this with just the unknownDeviceCount field changedpublic Optional<Integer> getNotApplicableDeviceCount()
public SettingStateDeviceSummary withNotApplicableDeviceCount(Integer notApplicableDeviceCount)
this with just the notApplicableDeviceCount 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.
“Device Not Applicable count for the setting”
notApplicableDeviceCount - new value of notApplicableDeviceCount field (as defined in service metadata)this with just the notApplicableDeviceCount field changedpublic Optional<Integer> getCompliantDeviceCount()
public SettingStateDeviceSummary withCompliantDeviceCount(Integer compliantDeviceCount)
this with just the compliantDeviceCount 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.
“Device Compliant count for the setting”
compliantDeviceCount - new value of compliantDeviceCount field (as defined in service metadata)this with just the compliantDeviceCount field changedpublic Optional<Integer> getRemediatedDeviceCount()
public SettingStateDeviceSummary withRemediatedDeviceCount(Integer remediatedDeviceCount)
this with just the remediatedDeviceCount 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.
“Device Compliant count for the setting”
remediatedDeviceCount - new value of remediatedDeviceCount field (as defined in service metadata)this with just the remediatedDeviceCount field changedpublic Optional<Integer> getNonCompliantDeviceCount()
public SettingStateDeviceSummary withNonCompliantDeviceCount(Integer nonCompliantDeviceCount)
this with just the nonCompliantDeviceCount 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.
“Device NonCompliant count for the setting”
nonCompliantDeviceCount - new value of nonCompliantDeviceCount field (as defined in service metadata)this with just the nonCompliantDeviceCount field changedpublic Optional<Integer> getErrorDeviceCount()
public SettingStateDeviceSummary withErrorDeviceCount(Integer errorDeviceCount)
this with just the errorDeviceCount
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.
“Device error count for the setting”
errorDeviceCount - new value of errorDeviceCount field (as defined in service metadata)this with just the errorDeviceCount field changedpublic Optional<Integer> getConflictDeviceCount()
public SettingStateDeviceSummary withConflictDeviceCount(Integer conflictDeviceCount)
this with just the conflictDeviceCount 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.
“Device conflict error count for the setting”
conflictDeviceCount - new value of conflictDeviceCount field (as defined in service metadata)this with just the conflictDeviceCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SettingStateDeviceSummary patch()
this with changed fields reset.public SettingStateDeviceSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.