Class AlarmHistoryItem

java.lang.Object
org.jclouds.cloudwatch.domain.AlarmHistoryItem

@Beta public class AlarmHistoryItem extends Object
See Also:
  • Constructor Details

  • Method Details

    • getAlarmName

      public String getAlarmName()
      return the descriptive name for the alarm
    • getHistoryData

      public String getHistoryData()
      return the machine-readable data about the alarm in JSON format
    • getHistoryItemType

      public HistoryItemType getHistoryItemType()
      return the type of alarm history item
    • getHistorySummary

      public String getHistorySummary()
      return the human-readable summary of the alarm history
    • getTimestamp

      public Date getTimestamp()
      return the time stamp for the alarm history item
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object