Class WindowsMalwareCategoryCount

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

    public class WindowsMalwareCategoryCount
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “Malware category device count”
    • 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
      • activeMalwareDetectionCount

        protected Integer activeMalwareDetectionCount
      • deviceCount

        protected Integer deviceCount
      • distinctActiveMalwareCount

        protected Integer distinctActiveMalwareCount
    • Constructor Detail

      • WindowsMalwareCategoryCount

        protected WindowsMalwareCategoryCount()
    • Method Detail

      • odataTypeName

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

        public Optional<Integer> getActiveMalwareDetectionCount()
        “Count of active malware detections for this malware category. Valid values - 2147483648 to 2147483647”
        Returns:
        property activeMalwareDetectionCount
      • withActiveMalwareDetectionCount

        public WindowsMalwareCategoryCount withActiveMalwareDetectionCount​(Integer activeMalwareDetectionCount)
        Returns an immutable copy of this with just the activeMalwareDetectionCount 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.

        “Count of active malware detections for this malware category. Valid values - 2147483648 to 2147483647”

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

        public Optional<WindowsMalwareCategory> getCategory()
        “Malware category. Possible values are: invalid, adware, spyware, passwordStealer , trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_ Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed.”
        Returns:
        property category
      • withCategory

        public WindowsMalwareCategoryCount withCategory​(WindowsMalwareCategory category)
        Returns an immutable copy of this with just the category 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.

        “Malware category. Possible values are: invalid, adware, spyware, passwordStealer , trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_ Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed.”

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

        public Optional<Integer> getDeviceCount()
        “Count of devices with malware detections for this malware category”
        Returns:
        property deviceCount
      • withDeviceCount

        public WindowsMalwareCategoryCount withDeviceCount​(Integer deviceCount)
        Returns an immutable copy of this with just the deviceCount 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.

        “Count of devices with malware detections for this malware category”

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

        public Optional<Integer> getDistinctActiveMalwareCount()
        “Count of distinct active malwares for this malware category. Valid values - 2147483648 to 2147483647”
        Returns:
        property distinctActiveMalwareCount
      • withDistinctActiveMalwareCount

        public WindowsMalwareCategoryCount withDistinctActiveMalwareCount​(Integer distinctActiveMalwareCount)
        Returns an immutable copy of this with just the distinctActiveMalwareCount 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.

        “Count of distinct active malwares for this malware category. Valid values - 2147483648 to 2147483647”

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

        public Optional<OffsetDateTime> getLastUpdateDateTime()
        “The Timestamp of the last update for the device count in UTC”
        Returns:
        property lastUpdateDateTime
      • withLastUpdateDateTime

        public WindowsMalwareCategoryCount withLastUpdateDateTime​(OffsetDateTime lastUpdateDateTime)
        Returns an immutable copy of this with just the lastUpdateDateTime 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 Timestamp of the last update for the device count in UTC”

        Parameters:
        lastUpdateDateTime - new value of lastUpdateDateTime field (as defined in service metadata)
        Returns:
        immutable copy of this with just the lastUpdateDateTime 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 WindowsMalwareCategoryCount.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