public class AdvancedThreatProtectionOnboardingStateSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AdvancedThreatProtectionOnboardingStateSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
compliantDeviceCount |
protected Integer |
conflictDeviceCount |
protected Integer |
errorDeviceCount |
protected Integer |
nonCompliantDeviceCount |
protected Integer |
notApplicableDeviceCount |
protected Integer |
notAssignedDeviceCount |
protected Integer |
remediatedDeviceCount |
protected Integer |
unknownDeviceCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AdvancedThreatProtectionOnboardingStateSummary() |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedThreatProtectionOnboardingStateSummary.Builder |
builderAdvancedThreatProtectionOnboardingStateSummary()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
AdvancedThreatProtectionOnboardingDeviceSettingStateCollectionRequest |
getAdvancedThreatProtectionOnboardingDeviceSettingStates() |
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> |
getNotAssignedDeviceCount()
“Number of not assigned 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() |
AdvancedThreatProtectionOnboardingStateSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AdvancedThreatProtectionOnboardingStateSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AdvancedThreatProtectionOnboardingStateSummary |
withCompliantDeviceCount(Integer compliantDeviceCount)
Returns an immutable copy of
this with just the compliantDeviceCount field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
withConflictDeviceCount(Integer conflictDeviceCount)
Returns an immutable copy of
this with just the conflictDeviceCount field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
withErrorDeviceCount(Integer errorDeviceCount)
Returns an immutable copy of
this with just the errorDeviceCount
field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
withNonCompliantDeviceCount(Integer nonCompliantDeviceCount)
Returns an immutable copy of
this with just the nonCompliantDeviceCount field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
withNotApplicableDeviceCount(Integer notApplicableDeviceCount)
Returns an immutable copy of
this with just the notApplicableDeviceCount field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
withNotAssignedDeviceCount(Integer notAssignedDeviceCount)
Returns an immutable copy of
this with just the notAssignedDeviceCount field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
withRemediatedDeviceCount(Integer remediatedDeviceCount)
Returns an immutable copy of
this with just the remediatedDeviceCount field changed. |
AdvancedThreatProtectionOnboardingStateSummary |
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 Integer notAssignedDeviceCount
protected AdvancedThreatProtectionOnboardingStateSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AdvancedThreatProtectionOnboardingStateSummary.Builder builderAdvancedThreatProtectionOnboardingStateSummary()
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 AdvancedThreatProtectionOnboardingStateSummary 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 AdvancedThreatProtectionOnboardingStateSummary 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 AdvancedThreatProtectionOnboardingStateSummary 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 AdvancedThreatProtectionOnboardingStateSummary 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 AdvancedThreatProtectionOnboardingStateSummary 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 AdvancedThreatProtectionOnboardingStateSummary 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 AdvancedThreatProtectionOnboardingStateSummary 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 Optional<Integer> getNotAssignedDeviceCount()
public AdvancedThreatProtectionOnboardingStateSummary withNotAssignedDeviceCount(Integer notAssignedDeviceCount)
this with just the notAssignedDeviceCount 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 assigned devices”
notAssignedDeviceCount - new value of notAssignedDeviceCount field (as defined in service metadata)this with just the notAssignedDeviceCount field changedpublic AdvancedThreatProtectionOnboardingDeviceSettingStateCollectionRequest getAdvancedThreatProtectionOnboardingDeviceSettingStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AdvancedThreatProtectionOnboardingStateSummary patch()
this with changed fields reset.public AdvancedThreatProtectionOnboardingStateSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.