Class IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem

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

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

    • IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem

      public IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem()
  • Method Details

    • date

      public OffsetDateTime date()
      Get the date property: Aggregation of IoT Security solution device alert metrics by date.
      Returns:
      the date value.
    • withDate

      Set the date property: Aggregation of IoT Security solution device alert metrics by date.
      Parameters:
      date - the date value to set.
      Returns:
      the IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem object itself.
    • devicesMetrics

      public IoTSeverityMetrics devicesMetrics()
      Get the devicesMetrics property: Device alert count by severity.
      Returns:
      the devicesMetrics value.
    • withDevicesMetrics

      Set the devicesMetrics property: Device alert count by severity.
      Parameters:
      devicesMetrics - the devicesMetrics value to set.
      Returns:
      the IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem object itself.
    • validate

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