Package org.jclouds.cloudwatch.domain
Class AlarmHistoryItem
- java.lang.Object
-
- org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
@Beta public class AlarmHistoryItem extends Object
-
-
Constructor Summary
Constructors Constructor Description AlarmHistoryItem(String alarmName, String historyData, HistoryItemType historyItemType, String historySummary, Date timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAlarmName()
return the descriptive name for the alarmString
getHistoryData()
return the machine-readable data about the alarm in JSON formatHistoryItemType
getHistoryItemType()
return the type of alarm history itemString
getHistorySummary()
return the human-readable summary of the alarm historyDate
getTimestamp()
return the time stamp for the alarm history itemint
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AlarmHistoryItem
public AlarmHistoryItem(String alarmName, String historyData, HistoryItemType historyItemType, String historySummary, Date timestamp)
-
-
Method Detail
-
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
-
-