org.jclouds.cloudstack.domain
Class Alert

java.lang.Object
  extended by org.jclouds.cloudstack.domain.Alert

public class Alert
extends Object

Represents an alert issued by Cloudstack

Author:
Richard Downer

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

Alert

@ConstructorProperties(value={"id","description","sent","type"})
protected Alert(String id,
                                           @Nullable
                                           String description,
                                           @Nullable
                                           Date sent,
                                           @Nullable
                                           String type)
Method Detail

builder

public static Alert.Builder<?> builder()

toBuilder

public Alert.Builder<?> toBuilder()

getId

public String getId()

getDescription

@Nullable
public String getDescription()

getSent

@Nullable
public Date getSent()

getType

@Nullable
public String getType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.