Package org.jclouds.cloudstack.domain
Class Alert
- java.lang.Object
-
- org.jclouds.cloudstack.domain.Alert
-
public class Alert extends Object
Represents an alert issued by Cloudstack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Alert.Builder<T extends Alert.Builder<T>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Alert.Builder<?>
builder()
boolean
equals(Object obj)
String
getDescription()
String
getId()
Date
getSent()
String
getType()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
Alert.Builder<?>
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static Alert.Builder<?> builder()
-
toBuilder
public Alert.Builder<?> toBuilder()
-
getId
public String getId()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-