IoTSecurityDeviceAlert Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. IoTSecurityDeviceAlert
- com.
Implements
public final class IoTSecurityDeviceAlert
implements JsonSerializable<IoTSecurityDeviceAlert>
Statistical information about the number of alerts per alert type during last set number of days.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
alertDisplayName()
Get the alert |
| Long |
alertsCount()
Get the alerts |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
|
Reported |
reportedSeverity()
Get the reported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
alertDisplayName
public String alertDisplayName()
Get the alertDisplayName property: Display name of the alert.
Returns:
alertsCount
public Long alertsCount()
Get the alertsCount property: Number of alerts raised for this alert type.
Returns:
fromJson
public static IoTSecurityDeviceAlert fromJson(JsonReader jsonReader)
Reads an instance of IoTSecurityDeviceAlert from the JsonReader.
Parameters:
Returns:
Throws:
reportedSeverity
public ReportedSeverity reportedSeverity()
Get the reportedSeverity property: Assessed Alert severity.
Returns:
toJson
validate
public void validate()
Validates the instance.