@Beta public class AlarmHistoryItem extends Object
Constructor and Description |
---|
AlarmHistoryItem(String alarmName,
String historyData,
HistoryItemType historyItemType,
String historySummary,
Date timestamp) |
Modifier and Type | Method and Description |
---|---|
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() |
public AlarmHistoryItem(String alarmName, String historyData, HistoryItemType historyItemType, String historySummary, Date timestamp)
public String getAlarmName()
public String getHistoryData()
public HistoryItemType getHistoryItemType()
public String getHistorySummary()
public Date getTimestamp()
Copyright © 2009-2013 jclouds. All Rights Reserved.