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 booleanequals(Object obj)StringgetAlarmName()return the descriptive name for the alarmStringgetHistoryData()return the machine-readable data about the alarm in JSON formatHistoryItemTypegetHistoryItemType()return the type of alarm history itemStringgetHistorySummary()return the human-readable summary of the alarm historyDategetTimestamp()return the time stamp for the alarm history iteminthashCode()StringtoString()
-
-
-
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
-
-