Class WindowsMalwareCategoryCount.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsMalwareCategoryCount.Builder
-
- Enclosing class:
- WindowsMalwareCategoryCount
public static final class WindowsMalwareCategoryCount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsMalwareCategoryCount.BuilderactiveMalwareDetectionCount(Integer activeMalwareDetectionCount)“Count of active malware detections for this malware category.WindowsMalwareCategoryCountbuild()WindowsMalwareCategoryCount.Buildercategory(WindowsMalwareCategory category)“Malware category”WindowsMalwareCategoryCount.BuilderdeviceCount(Integer deviceCount)“Count of devices with malware detections for this malware category”WindowsMalwareCategoryCount.BuilderdistinctActiveMalwareCount(Integer distinctActiveMalwareCount)“Count of distinct active malwares for this malware category.WindowsMalwareCategoryCount.BuilderlastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the device count in UTC”
-
-
-
Method Detail
-
activeMalwareDetectionCount
public WindowsMalwareCategoryCount.Builder activeMalwareDetectionCount(Integer activeMalwareDetectionCount)
“Count of active malware detections for this malware category. Valid values - 2147483648 to 2147483647”- Parameters:
activeMalwareDetectionCount- value ofactiveMalwareDetectionCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
category
public WindowsMalwareCategoryCount.Builder category(WindowsMalwareCategory category)
“Malware category”- Parameters:
category- value ofcategoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceCount
public WindowsMalwareCategoryCount.Builder deviceCount(Integer deviceCount)
“Count of devices with malware detections for this malware category”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
distinctActiveMalwareCount
public WindowsMalwareCategoryCount.Builder distinctActiveMalwareCount(Integer distinctActiveMalwareCount)
“Count of distinct active malwares for this malware category. Valid values - 2147483648 to 2147483647”- Parameters:
distinctActiveMalwareCount- value ofdistinctActiveMalwareCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public WindowsMalwareCategoryCount.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“The Timestamp of the last update for the device count in UTC”- Parameters:
lastUpdateDateTime- value oflastUpdateDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsMalwareCategoryCount build()
-
-