org.jclouds.cloudstack.domain
Class Alert

java.lang.Object
  extended by 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

Nested Class Summary
static class Alert.Builder
           
 
Method Summary
static Alert.Builder builder()
           
 int compareTo(Alert other)
           
 boolean equals(Object o)
           
 String getDescription()
           
 long getId()
           
 Date getSent()
           
 String getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.