|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.ec2.domain.AvailabilityZoneInfo
public class AvailabilityZoneInfo
Constructor Summary | |
---|---|
AvailabilityZoneInfo(String zone,
String zoneState,
String region,
Iterable<String> messages)
|
Method Summary | |
---|---|
int |
compareTo(AvailabilityZoneInfo that)
|
boolean |
equals(Object obj)
|
Set<String> |
getMessages()
Messages |
String |
getRegion()
Name of the Region. |
String |
getState()
State of the Availability Zone. |
String |
getZone()
the Availability Zone. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AvailabilityZoneInfo(String zone, String zoneState, String region, Iterable<String> messages)
Method Detail |
---|
public String getZone()
public String getState()
public String getRegion()
public Set<String> getMessages()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public int compareTo(AvailabilityZoneInfo that)
compareTo
in interface Comparable<AvailabilityZoneInfo>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |