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