Class WindowsMalwareCategoryCount

java.lang.Object
com.microsoft.graph.models.WindowsMalwareCategoryCount
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsMalwareCategoryCount extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Malware Category Count.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • activeMalwareDetectionCount

      @SerializedName(value="activeMalwareDetectionCount", alternate="ActiveMalwareDetectionCount") @Expose @Nullable public Integer activeMalwareDetectionCount
      The Active Malware Detection Count. Count of active malware detections for this malware category. Valid values -2147483648 to 2147483647
    • category

      @SerializedName(value="category", alternate="Category") @Expose @Nullable public WindowsMalwareCategory category
      The Category. 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, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed. 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, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule.
    • deviceCount

      @SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Integer deviceCount
      The Device Count. Count of devices with malware detections for this malware category
    • distinctActiveMalwareCount

      @SerializedName(value="distinctActiveMalwareCount", alternate="DistinctActiveMalwareCount") @Expose @Nullable public Integer distinctActiveMalwareCount
      The Distinct Active Malware Count. Count of distinct active malwares for this malware category. Valid values -2147483648 to 2147483647
    • lastUpdateDateTime

      @SerializedName(value="lastUpdateDateTime", alternate="LastUpdateDateTime") @Expose @Nullable public OffsetDateTime lastUpdateDateTime
      The Last Update Date Time. The Timestamp of the last update for the device count in UTC
  • Constructor Details

    • WindowsMalwareCategoryCount

      public WindowsMalwareCategoryCount()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to