Class WindowsMalwareSeverityCount.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsMalwareSeverityCount.Builder
-
- Enclosing class:
- WindowsMalwareSeverityCount
public static final class WindowsMalwareSeverityCount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsMalwareSeverityCountbuild()WindowsMalwareSeverityCount.BuilderdistinctMalwareCount(Integer distinctMalwareCount)“Count of distinct malwares for this malware State.WindowsMalwareSeverityCount.BuilderlastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the WindowsMalwareSeverityCount in UTC”WindowsMalwareSeverityCount.BuildermalwareDetectionCount(Integer malwareDetectionCount)“Count of threats detections for this malware severity.WindowsMalwareSeverityCount.Builderseverity(WindowsMalwareSeverity severity)“Malware Threat Severity”
-
-
-
Method Detail
-
distinctMalwareCount
public WindowsMalwareSeverityCount.Builder distinctMalwareCount(Integer distinctMalwareCount)
“Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647”- Parameters:
distinctMalwareCount- value ofdistinctMalwareCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public WindowsMalwareSeverityCount.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“The Timestamp of the last update for the WindowsMalwareSeverityCount in UTC”- Parameters:
lastUpdateDateTime- value oflastUpdateDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
malwareDetectionCount
public WindowsMalwareSeverityCount.Builder malwareDetectionCount(Integer malwareDetectionCount)
“Count of threats detections for this malware severity. Valid values -2147483648 to 2147483647”- Parameters:
malwareDetectionCount- value ofmalwareDetectionCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
severity
public WindowsMalwareSeverityCount.Builder severity(WindowsMalwareSeverity severity)
“Malware Threat Severity”- Parameters:
severity- value ofseverityproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsMalwareSeverityCount build()
-
-