org.jclouds.cloudstack.domain
Class Alert
java.lang.Object
org.jclouds.cloudstack.domain.Alert
- All Implemented Interfaces:
- Comparable<Alert>
public class Alert
- extends Object
- implements Comparable<Alert>
Represents an alert issued by Cloudstack
- Author:
- Richard Downer
builder
public static Alert.Builder builder()
getId
public long getId()
getDescription
public String getDescription()
getSent
public Date getSent()
getType
public String getType()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(Alert other)
- Specified by:
compareTo
in interface Comparable<Alert>
Copyright © 2009-2012 jclouds. All Rights Reserved.