Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Active Malware Detection Count.The Category.The Device Count.The Distinct Active Malware Count.The Last Update Date Time.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
activeMalwareDetectionCount
@SerializedName(value="activeMalwareDetectionCount", alternate="ActiveMalwareDetectionCount") @Expose @Nullable public Integer activeMalwareDetectionCountThe 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 categoryThe 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 deviceCountThe Device Count. Count of devices with malware detections for this malware category -
distinctActiveMalwareCount
@SerializedName(value="distinctActiveMalwareCount", alternate="DistinctActiveMalwareCount") @Expose @Nullable public Integer distinctActiveMalwareCountThe 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 lastUpdateDateTimeThe 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 interfacecom.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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-