public class DeviceProtectionOverview extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceProtectionOverview.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cleanDeviceCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
criticalFailuresDeviceCount |
protected Integer |
inactiveThreatAgentDeviceCount |
protected String |
odataType |
protected Integer |
pendingFullScanDeviceCount |
protected Integer |
pendingManualStepsDeviceCount |
protected Integer |
pendingOfflineScanDeviceCount |
protected Integer |
pendingRestartDeviceCount |
protected Integer |
pendingSignatureUpdateDeviceCount |
protected Integer |
totalReportedDeviceCount |
protected Integer |
unknownStateThreatAgentDeviceCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceProtectionOverview() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceProtectionOverview.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getCleanDeviceCount()
“Clean device count.”
|
Optional<Integer> |
getCriticalFailuresDeviceCount()
“Critical failures device count.”
|
Optional<Integer> |
getInactiveThreatAgentDeviceCount()
“Device with inactive threat agent count”
|
Optional<Integer> |
getPendingFullScanDeviceCount()
“Pending full scan device count.”
|
Optional<Integer> |
getPendingManualStepsDeviceCount()
“Pending manual steps device count.”
|
Optional<Integer> |
getPendingOfflineScanDeviceCount()
“Pending offline scan device count.”
|
Optional<Integer> |
getPendingRestartDeviceCount()
“Pending restart device count.”
|
Optional<Integer> |
getPendingSignatureUpdateDeviceCount()
“Device with old signature count.”
|
Optional<Integer> |
getTotalReportedDeviceCount()
“Total device count.”
|
Optional<Integer> |
getUnknownStateThreatAgentDeviceCount()
“Device with threat agent state as unknown count.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeviceProtectionOverview |
withCleanDeviceCount(Integer cleanDeviceCount)
Returns an immutable copy of
this with just the cleanDeviceCount
field changed. |
DeviceProtectionOverview |
withCriticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)
Returns an immutable copy of
this with just the criticalFailuresDeviceCount field changed. |
DeviceProtectionOverview |
withInactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)
Returns an immutable copy of
this with just the inactiveThreatAgentDeviceCount field changed. |
DeviceProtectionOverview |
withPendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)
Returns an immutable copy of
this with just the pendingFullScanDeviceCount field changed. |
DeviceProtectionOverview |
withPendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)
Returns an immutable copy of
this with just the pendingManualStepsDeviceCount field changed. |
DeviceProtectionOverview |
withPendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)
Returns an immutable copy of
this with just the pendingOfflineScanDeviceCount field changed. |
DeviceProtectionOverview |
withPendingRestartDeviceCount(Integer pendingRestartDeviceCount)
Returns an immutable copy of
this with just the pendingRestartDeviceCount field changed. |
DeviceProtectionOverview |
withPendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)
Returns an immutable copy of
this with just the pendingSignatureUpdateDeviceCount field changed. |
DeviceProtectionOverview |
withTotalReportedDeviceCount(Integer totalReportedDeviceCount)
Returns an immutable copy of
this with just the totalReportedDeviceCount field changed. |
DeviceProtectionOverview |
withUnknownStateThreatAgentDeviceCount(Integer unknownStateThreatAgentDeviceCount)
Returns an immutable copy of
this with just the unknownStateThreatAgentDeviceCount field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer totalReportedDeviceCount
protected Integer inactiveThreatAgentDeviceCount
protected Integer unknownStateThreatAgentDeviceCount
protected Integer pendingSignatureUpdateDeviceCount
protected Integer cleanDeviceCount
protected Integer pendingFullScanDeviceCount
protected Integer pendingRestartDeviceCount
protected Integer pendingManualStepsDeviceCount
protected Integer pendingOfflineScanDeviceCount
protected Integer criticalFailuresDeviceCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Integer> getTotalReportedDeviceCount()
public DeviceProtectionOverview withTotalReportedDeviceCount(Integer totalReportedDeviceCount)
this with just the totalReportedDeviceCount 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.
“Total device count.”
totalReportedDeviceCount - new value of totalReportedDeviceCount field (as defined in service metadata)this with just the totalReportedDeviceCount field changedpublic Optional<Integer> getInactiveThreatAgentDeviceCount()
public DeviceProtectionOverview withInactiveThreatAgentDeviceCount(Integer inactiveThreatAgentDeviceCount)
this with just the inactiveThreatAgentDeviceCount 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 with inactive threat agent count”
inactiveThreatAgentDeviceCount - new value of inactiveThreatAgentDeviceCount field (as defined in service metadata)this with just the inactiveThreatAgentDeviceCount field changedpublic Optional<Integer> getUnknownStateThreatAgentDeviceCount()
public DeviceProtectionOverview withUnknownStateThreatAgentDeviceCount(Integer unknownStateThreatAgentDeviceCount)
this with just the unknownStateThreatAgentDeviceCount 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 with threat agent state as unknown count.”
unknownStateThreatAgentDeviceCount - new value of unknownStateThreatAgentDeviceCount field (as defined in service metadata)this with just the unknownStateThreatAgentDeviceCount field changedpublic Optional<Integer> getPendingSignatureUpdateDeviceCount()
public DeviceProtectionOverview withPendingSignatureUpdateDeviceCount(Integer pendingSignatureUpdateDeviceCount)
this with just the pendingSignatureUpdateDeviceCount 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 with old signature count.”
pendingSignatureUpdateDeviceCount - new value of pendingSignatureUpdateDeviceCount field (as defined in service metadata)this with just the pendingSignatureUpdateDeviceCount field changedpublic Optional<Integer> getCleanDeviceCount()
public DeviceProtectionOverview withCleanDeviceCount(Integer cleanDeviceCount)
this with just the cleanDeviceCount
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.
“Clean device count.”
cleanDeviceCount - new value of cleanDeviceCount field (as defined in service metadata)this with just the cleanDeviceCount field changedpublic Optional<Integer> getPendingFullScanDeviceCount()
public DeviceProtectionOverview withPendingFullScanDeviceCount(Integer pendingFullScanDeviceCount)
this with just the pendingFullScanDeviceCount 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.
“Pending full scan device count.”
pendingFullScanDeviceCount - new value of pendingFullScanDeviceCount field (as defined in service metadata)this with just the pendingFullScanDeviceCount field changedpublic Optional<Integer> getPendingRestartDeviceCount()
public DeviceProtectionOverview withPendingRestartDeviceCount(Integer pendingRestartDeviceCount)
this with just the pendingRestartDeviceCount 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.
“Pending restart device count.”
pendingRestartDeviceCount - new value of pendingRestartDeviceCount field (as defined in service metadata)this with just the pendingRestartDeviceCount field changedpublic Optional<Integer> getPendingManualStepsDeviceCount()
public DeviceProtectionOverview withPendingManualStepsDeviceCount(Integer pendingManualStepsDeviceCount)
this with just the pendingManualStepsDeviceCount 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.
“Pending manual steps device count.”
pendingManualStepsDeviceCount - new value of pendingManualStepsDeviceCount field (as defined in service metadata)this with just the pendingManualStepsDeviceCount field changedpublic Optional<Integer> getPendingOfflineScanDeviceCount()
public DeviceProtectionOverview withPendingOfflineScanDeviceCount(Integer pendingOfflineScanDeviceCount)
this with just the pendingOfflineScanDeviceCount 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.
“Pending offline scan device count.”
pendingOfflineScanDeviceCount - new value of pendingOfflineScanDeviceCount field (as defined in service metadata)this with just the pendingOfflineScanDeviceCount field changedpublic Optional<Integer> getCriticalFailuresDeviceCount()
public DeviceProtectionOverview withCriticalFailuresDeviceCount(Integer criticalFailuresDeviceCount)
this with just the criticalFailuresDeviceCount 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.
“Critical failures device count.”
criticalFailuresDeviceCount - new value of criticalFailuresDeviceCount field (as defined in service metadata)this with just the criticalFailuresDeviceCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static DeviceProtectionOverview.Builder builder()
Copyright © 2018–2020. All rights reserved.