Class DeviceHealthScriptRemediationSummary

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class DeviceHealthScriptRemediationSummary
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “The number of device health scripts deployed and the number of devices the scripts remediated.”
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • remediatedDeviceCount

        protected Integer remediatedDeviceCount
      • scriptCount

        protected Integer scriptCount
    • Constructor Detail

      • DeviceHealthScriptRemediationSummary

        protected DeviceHealthScriptRemediationSummary()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getRemediatedDeviceCount

        public Optional<Integer> getRemediatedDeviceCount()
        “The number of devices remediated by device health scripts.”
        Returns:
        property remediatedDeviceCount
      • withRemediatedDeviceCount

        public DeviceHealthScriptRemediationSummary withRemediatedDeviceCount​(Integer remediatedDeviceCount)
        Returns an immutable copy of 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.

        “The number of devices remediated by device health scripts.”

        Parameters:
        remediatedDeviceCount - new value of remediatedDeviceCount field (as defined in service metadata)
        Returns:
        immutable copy of this with just the remediatedDeviceCount field changed
      • getScriptCount

        public Optional<Integer> getScriptCount()
        “The number of device health scripts deployed.”
        Returns:
        property scriptCount
      • withScriptCount

        public DeviceHealthScriptRemediationSummary withScriptCount​(Integer scriptCount)
        Returns an immutable copy of this with just the scriptCount 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 number of device health scripts deployed.”

        Parameters:
        scriptCount - new value of scriptCount field (as defined in service metadata)
        Returns:
        immutable copy of this with just the scriptCount field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static DeviceHealthScriptRemediationSummary.Builder builder()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class