Class IoTSeverityMetrics

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

public final class IoTSeverityMetrics extends Object
IoT Security solution analytics severity metrics.
  • Constructor Details

    • IoTSeverityMetrics

      public IoTSeverityMetrics()
  • Method Details

    • high

      public Long high()
      Get the high property: Count of high severity alerts/recommendations.
      Returns:
      the high value.
    • withHigh

      public IoTSeverityMetrics withHigh(Long high)
      Set the high property: Count of high severity alerts/recommendations.
      Parameters:
      high - the high value to set.
      Returns:
      the IoTSeverityMetrics object itself.
    • medium

      public Long medium()
      Get the medium property: Count of medium severity alerts/recommendations.
      Returns:
      the medium value.
    • withMedium

      public IoTSeverityMetrics withMedium(Long medium)
      Set the medium property: Count of medium severity alerts/recommendations.
      Parameters:
      medium - the medium value to set.
      Returns:
      the IoTSeverityMetrics object itself.
    • low

      public Long low()
      Get the low property: Count of low severity alerts/recommendations.
      Returns:
      the low value.
    • withLow

      public IoTSeverityMetrics withLow(Long low)
      Set the low property: Count of low severity alerts/recommendations.
      Parameters:
      low - the low value to set.
      Returns:
      the IoTSeverityMetrics object itself.
    • validate

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