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