Package org.jclouds.cloudwatch.domain
Class AlarmHistoryItem
java.lang.Object
org.jclouds.cloudwatch.domain.AlarmHistoryItem
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlarmHistoryItem
(String alarmName, String historyData, HistoryItemType historyItemType, String historySummary, Date timestamp) -
Method Summary
Modifier and TypeMethodDescriptionboolean
return the descriptive name for the alarmreturn the machine-readable data about the alarm in JSON formatreturn the type of alarm history itemreturn the human-readable summary of the alarm historyreturn the time stamp for the alarm history itemint
hashCode()
toString()
-
Constructor Details
-
AlarmHistoryItem
public AlarmHistoryItem(String alarmName, String historyData, HistoryItemType historyItemType, String historySummary, Date timestamp)
-
-
Method Details
-
getAlarmName
return the descriptive name for the alarm -
getHistoryData
return the machine-readable data about the alarm in JSON format -
getHistoryItemType
return the type of alarm history item -
getHistorySummary
return the human-readable summary of the alarm history -
getTimestamp
return the time stamp for the alarm history item -
hashCode
public int hashCode() -
equals
-
toString
-