IoTSecurityAggregatedAlertPropertiesTopDevicesListItem Class

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

public final class IoTSecurityAggregatedAlertPropertiesTopDevicesListItem

The IoTSecurityAggregatedAlertPropertiesTopDevicesListItem model.

Constructor Summary

Constructor Description
IoTSecurityAggregatedAlertPropertiesTopDevicesListItem()

Creates an instance of IoTSecurityAggregatedAlertPropertiesTopDevicesListItem 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: Name of the device.

String lastOccurrence()

Get the lastOccurrence property: Most recent time this alert was raised for this device, on this day.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

IoTSecurityAggregatedAlertPropertiesTopDevicesListItem

public IoTSecurityAggregatedAlertPropertiesTopDevicesListItem()

Creates an instance of IoTSecurityAggregatedAlertPropertiesTopDevicesListItem 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: Name of the device.

Returns:

the deviceId value.

lastOccurrence

public String lastOccurrence()

Get the lastOccurrence property: Most recent time this alert was raised for this device, on this day.

Returns:

the lastOccurrence value.

validate

public void validate()

Validates the instance.

Applies to