org.jclouds.cloudwatch.domain
Class AlarmHistoryItem

java.lang.Object
  extended by org.jclouds.cloudwatch.domain.AlarmHistoryItem

@Beta
public class AlarmHistoryItem
extends Object

See Also:

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

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


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.