IoTSecurityAlertedDevice Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.IoTSecurityAlertedDevice

public final class 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 IoTSecurityAlertedDevice class.

Method Summary

Modifier and Type Method and Description
Long alertsCount()

Get the alertsCount property: Number of alerts raised for this device.

String deviceId()

Get the deviceId property: Device identifier.

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:

the alertsCount value.

deviceId

public String deviceId()

Get the deviceId property: Device identifier.

Returns:

the deviceId value.

validate

public void validate()

Validates the instance.

Applies to