Class IoTSecurityAggregatedAlertPropertiesTopDevicesListItem

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

public final class IoTSecurityAggregatedAlertPropertiesTopDevicesListItem extends Object
The IoTSecurityAggregatedAlertPropertiesTopDevicesListItem model.
  • Constructor Details

    • IoTSecurityAggregatedAlertPropertiesTopDevicesListItem

      public IoTSecurityAggregatedAlertPropertiesTopDevicesListItem()
  • Method Details

    • deviceId

      public String deviceId()
      Get the deviceId property: Name of the device.
      Returns:
      the deviceId value.
    • alertsCount

      public Long alertsCount()
      Get the alertsCount property: Number of alerts raised for this device.
      Returns:
      the alertsCount 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.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.