public interface Alert
An immutable client-side representation of Alert.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • title

      String title()
      Gets the title property: Alert title.
      Returns:
      the title value.
    • alertType

      String alertType()
      Gets the alertType property: Alert type.
      Returns:
      the alertType value.
    • appearedAtDateTime

      OffsetDateTime appearedAtDateTime()
      Gets the appearedAtDateTime property: UTC time when the alert appeared.
      Returns:
      the appearedAtDateTime value.
    • recommendation

      String recommendation()
      Gets the recommendation property: Alert recommendation.
      Returns:
      the recommendation value.
    • severity

      AlertSeverity severity()
      Gets the severity property: Severity of the alert.
      Returns:
      the severity value.
    • errorDetails

      AlertErrorDetails errorDetails()
      Gets the errorDetails property: Error details of the alert.
      Returns:
      the errorDetails value.
    • detailedInformation

      Map<String,String> detailedInformation()
      Gets the detailedInformation property: Alert details.
      Returns:
      the detailedInformation value.
    • innerModel

      AlertInner innerModel()
      Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.AlertInner object.
      Returns:
      the inner object.