Class IoTSecurityDeviceAlert

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

public final class IoTSecurityDeviceAlert extends Object
Statistical information about the number of alerts per alert type during last set number of days.
  • Constructor Details

    • IoTSecurityDeviceAlert

      public IoTSecurityDeviceAlert()
  • Method Details

    • alertDisplayName

      public String alertDisplayName()
      Get the alertDisplayName property: Display name of the alert.
      Returns:
      the alertDisplayName value.
    • reportedSeverity

      public ReportedSeverity reportedSeverity()
      Get the reportedSeverity property: Assessed Alert severity.
      Returns:
      the reportedSeverity value.
    • alertsCount

      public Long alertsCount()
      Get the alertsCount property: Number of alerts raised for this alert type.
      Returns:
      the alertsCount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.