|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.Alert
public class Alert
Represents an alert issued by Cloudstack
| Nested Class Summary | |
|---|---|
static class |
Alert.Builder<T extends Alert.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
Alert(String id,
String description,
Date sent,
String type)
|
| Method Summary | |
|---|---|
static Alert.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
String |
getDescription()
|
String |
getId()
|
Date |
getSent()
|
String |
getType()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Alert.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","description","sent","type"})
protected Alert(String id,
@Nullable
String description,
@Nullable
Date sent,
@Nullable
String type)
| Method Detail |
|---|
public static Alert.Builder<?> builder()
public Alert.Builder<?> toBuilder()
public String getId()
@Nullable public String getDescription()
@Nullable public Date getSent()
@Nullable public String getType()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||