|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudwatch.domain.AlarmHistoryItem
@Beta public class AlarmHistoryItem
| Constructor Summary | |
|---|---|
AlarmHistoryItem(String alarmName,
String historyData,
HistoryItemType historyItemType,
String historySummary,
Date timestamp)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAlarmName()
return the descriptive name for the alarm |
String |
getHistoryData()
return the machine-readable data about the alarm in JSON format |
HistoryItemType |
getHistoryItemType()
return the type of alarm history item |
String |
getHistorySummary()
return the human-readable summary of the alarm history |
Date |
getTimestamp()
return the time stamp for the alarm history item |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AlarmHistoryItem(String alarmName,
String historyData,
HistoryItemType historyItemType,
String historySummary,
Date timestamp)
| Method Detail |
|---|
public String getAlarmName()
public String getHistoryData()
public HistoryItemType getHistoryItemType()
public String getHistorySummary()
public Date getTimestamp()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||