Class Alert


public class Alert extends Resource<Alert>
  • Constructor Details

    • Alert

      public Alert(String jsonStr)
    • Alert

      public Alert(org.json.JSONObject jsonObj)
  • Method Details

    • id

      public String id()
    • type

      public Type type()
    • name

      public String name()
    • description

      public String description()
    • meteredFeatureId

      public String meteredFeatureId()
    • subscriptionId

      public String subscriptionId()
    • status

      public Alert.Status status()
    • alarmTriggeredAt

      public Timestamp alarmTriggeredAt()
    • scope

      public Alert.Scope scope()
    • meta

      public String meta()
    • createdAt

      public Timestamp createdAt()
    • updatedAt

      public Timestamp updatedAt()