|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.domain.internal.LocationImpl
public class LocationImpl
Constructor Summary | |
---|---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Description of the location |
String |
getId()
Unique ID provided by the provider (us-standard, miami, etc) |
Set<String> |
getIso3166Codes()
|
Map<String,Object> |
getMetadata()
|
Location |
getParent()
The parent, or null, if top-level |
LocationScope |
getScope()
Scope of the location, ex. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocationImpl(LocationScope scope, String id, String description, @Nullable Location parent, Iterable<String> iso3166Codes, Map<String,Object> metadata)
Method Detail |
---|
public LocationScope getScope()
getScope
in interface Location
public String getId()
getId
in interface Location
public String getDescription()
getDescription
in interface Location
public Location getParent()
getParent
in interface Location
public Set<String> getIso3166Codes()
getIso3166Codes
in interface Location
public Map<String,Object> getMetadata()
getMetadata
in interface Location
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |