IoTSecurityAlertedDevice Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. IoTSecurityAlertedDevice
- com.
Implements
public final class IoTSecurityAlertedDevice
implements JsonSerializable<IoTSecurityAlertedDevice>
Statistical information about the number of alerts per device during last set number of days.
Constructor Summary
| Constructor | Description |
|---|---|
| IoTSecurityAlertedDevice() |
Creates an instance of Io |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
alertsCount()
Get the alerts |
| String |
deviceId()
Get the device |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
IoTSecurityAlertedDevice
public IoTSecurityAlertedDevice()
Creates an instance of IoTSecurityAlertedDevice class.
Method Details
alertsCount
public Long alertsCount()
Get the alertsCount property: Number of alerts raised for this device.
Returns:
deviceId
public String deviceId()
Get the deviceId property: Device identifier.
Returns:
fromJson
public static IoTSecurityAlertedDevice fromJson(JsonReader jsonReader)
Reads an instance of IoTSecurityAlertedDevice from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.