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 classAlert.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()booleanequals(Object obj)StringgetDescription()StringgetId()DategetSent()StringgetType()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()Alert.Builder<?>toBuilder()StringtoString()
-
-
-
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()
-
-