public class SoftwareUpdateStatusSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SoftwareUpdateStatusSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
compliantDeviceCount |
protected Integer |
compliantUserCount |
protected Integer |
conflictDeviceCount |
protected Integer |
conflictUserCount |
protected String |
displayName |
protected Integer |
errorDeviceCount |
protected Integer |
errorUserCount |
protected Integer |
nonCompliantDeviceCount |
protected Integer |
nonCompliantUserCount |
protected Integer |
notApplicableDeviceCount |
protected Integer |
notApplicableUserCount |
protected Integer |
remediatedDeviceCount |
protected Integer |
remediatedUserCount |
protected Integer |
unknownDeviceCount |
protected Integer |
unknownUserCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SoftwareUpdateStatusSummary() |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareUpdateStatusSummary.Builder |
builderSoftwareUpdateStatusSummary()
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> |
getCompliantUserCount()
“Number of compliant users.”
|
Optional<Integer> |
getConflictDeviceCount()
“Number of conflict devices.”
|
Optional<Integer> |
getConflictUserCount()
“Number of conflict users.”
|
Optional<String> |
getDisplayName()
“The name of the policy.”
|
Optional<Integer> |
getErrorDeviceCount()
“Number of devices had error.”
|
Optional<Integer> |
getErrorUserCount()
“Number of users had error.”
|
Optional<Integer> |
getNonCompliantDeviceCount()
“Number of non compliant devices.”
|
Optional<Integer> |
getNonCompliantUserCount()
“Number of non compliant users.”
|
Optional<Integer> |
getNotApplicableDeviceCount()
“Number of not applicable devices.”
|
Optional<Integer> |
getNotApplicableUserCount()
“Number of not applicable users.”
|
Optional<Integer> |
getRemediatedDeviceCount()
“Number of remediated devices.”
|
Optional<Integer> |
getRemediatedUserCount()
“Number of remediated users.”
|
Optional<Integer> |
getUnknownDeviceCount()
“Number of unknown devices.”
|
Optional<Integer> |
getUnknownUserCount()
“Number of unknown users.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
SoftwareUpdateStatusSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SoftwareUpdateStatusSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SoftwareUpdateStatusSummary |
withCompliantDeviceCount(Integer compliantDeviceCount)
Returns an immutable copy of
this with just the compliantDeviceCount field changed. |
SoftwareUpdateStatusSummary |
withCompliantUserCount(Integer compliantUserCount)
Returns an immutable copy of
this with just the compliantUserCount field changed. |
SoftwareUpdateStatusSummary |
withConflictDeviceCount(Integer conflictDeviceCount)
Returns an immutable copy of
this with just the conflictDeviceCount field changed. |
SoftwareUpdateStatusSummary |
withConflictUserCount(Integer conflictUserCount)
Returns an immutable copy of
this with just the conflictUserCount
field changed. |
SoftwareUpdateStatusSummary |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
SoftwareUpdateStatusSummary |
withErrorDeviceCount(Integer errorDeviceCount)
Returns an immutable copy of
this with just the errorDeviceCount
field changed. |
SoftwareUpdateStatusSummary |
withErrorUserCount(Integer errorUserCount)
Returns an immutable copy of
this with just the errorUserCount
field changed. |
SoftwareUpdateStatusSummary |
withNonCompliantDeviceCount(Integer nonCompliantDeviceCount)
Returns an immutable copy of
this with just the nonCompliantDeviceCount field changed. |
SoftwareUpdateStatusSummary |
withNonCompliantUserCount(Integer nonCompliantUserCount)
Returns an immutable copy of
this with just the nonCompliantUserCount field changed. |
SoftwareUpdateStatusSummary |
withNotApplicableDeviceCount(Integer notApplicableDeviceCount)
Returns an immutable copy of
this with just the notApplicableDeviceCount field changed. |
SoftwareUpdateStatusSummary |
withNotApplicableUserCount(Integer notApplicableUserCount)
Returns an immutable copy of
this with just the notApplicableUserCount field changed. |
SoftwareUpdateStatusSummary |
withRemediatedDeviceCount(Integer remediatedDeviceCount)
Returns an immutable copy of
this with just the remediatedDeviceCount field changed. |
SoftwareUpdateStatusSummary |
withRemediatedUserCount(Integer remediatedUserCount)
Returns an immutable copy of
this with just the remediatedUserCount field changed. |
SoftwareUpdateStatusSummary |
withUnknownDeviceCount(Integer unknownDeviceCount)
Returns an immutable copy of
this with just the unknownDeviceCount field changed. |
SoftwareUpdateStatusSummary |
withUnknownUserCount(Integer unknownUserCount)
Returns an immutable copy of
this with just the unknownUserCount
field changed. |
protected String displayName
protected Integer compliantDeviceCount
protected Integer nonCompliantDeviceCount
protected Integer remediatedDeviceCount
protected Integer errorDeviceCount
protected Integer unknownDeviceCount
protected Integer conflictDeviceCount
protected Integer notApplicableDeviceCount
protected Integer compliantUserCount
protected Integer nonCompliantUserCount
protected Integer remediatedUserCount
protected Integer errorUserCount
protected Integer unknownUserCount
protected Integer conflictUserCount
protected Integer notApplicableUserCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SoftwareUpdateStatusSummary.Builder builderSoftwareUpdateStatusSummary()
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> getDisplayName()
public SoftwareUpdateStatusSummary withDisplayName(String displayName)
this with just the displayName
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 name of the policy.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<Integer> getCompliantDeviceCount()
public SoftwareUpdateStatusSummary 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> getNonCompliantDeviceCount()
public SoftwareUpdateStatusSummary 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 non compliant devices.”
nonCompliantDeviceCount - new value of nonCompliantDeviceCount field (as defined in service metadata)this with just the nonCompliantDeviceCount field changedpublic Optional<Integer> getRemediatedDeviceCount()
public SoftwareUpdateStatusSummary 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> getErrorDeviceCount()
public SoftwareUpdateStatusSummary 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 devices had error.”
errorDeviceCount - new value of errorDeviceCount field (as defined in service metadata)this with just the errorDeviceCount field changedpublic Optional<Integer> getUnknownDeviceCount()
public SoftwareUpdateStatusSummary 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> getConflictDeviceCount()
public SoftwareUpdateStatusSummary 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> getNotApplicableDeviceCount()
public SoftwareUpdateStatusSummary 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> getCompliantUserCount()
public SoftwareUpdateStatusSummary withCompliantUserCount(Integer compliantUserCount)
this with just the compliantUserCount 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 users.”
compliantUserCount - new value of compliantUserCount field (as defined in service metadata)this with just the compliantUserCount field changedpublic Optional<Integer> getNonCompliantUserCount()
public SoftwareUpdateStatusSummary withNonCompliantUserCount(Integer nonCompliantUserCount)
this with just the nonCompliantUserCount 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 users.”
nonCompliantUserCount - new value of nonCompliantUserCount field (as defined in service metadata)this with just the nonCompliantUserCount field changedpublic Optional<Integer> getRemediatedUserCount()
public SoftwareUpdateStatusSummary withRemediatedUserCount(Integer remediatedUserCount)
this with just the remediatedUserCount 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 users.”
remediatedUserCount - new value of remediatedUserCount field (as defined in service metadata)this with just the remediatedUserCount field changedpublic Optional<Integer> getErrorUserCount()
public SoftwareUpdateStatusSummary withErrorUserCount(Integer errorUserCount)
this with just the errorUserCount
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 users had error.”
errorUserCount - new value of errorUserCount field (as defined in service metadata)this with just the errorUserCount field changedpublic Optional<Integer> getUnknownUserCount()
public SoftwareUpdateStatusSummary withUnknownUserCount(Integer unknownUserCount)
this with just the unknownUserCount
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 users.”
unknownUserCount - new value of unknownUserCount field (as defined in service metadata)this with just the unknownUserCount field changedpublic Optional<Integer> getConflictUserCount()
public SoftwareUpdateStatusSummary withConflictUserCount(Integer conflictUserCount)
this with just the conflictUserCount
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 users.”
conflictUserCount - new value of conflictUserCount field (as defined in service metadata)this with just the conflictUserCount field changedpublic Optional<Integer> getNotApplicableUserCount()
public SoftwareUpdateStatusSummary withNotApplicableUserCount(Integer notApplicableUserCount)
this with just the notApplicableUserCount 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 users.”
notApplicableUserCount - new value of notApplicableUserCount field (as defined in service metadata)this with just the notApplicableUserCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SoftwareUpdateStatusSummary patch()
this with changed fields reset.public SoftwareUpdateStatusSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.