|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 o)
|
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 boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic LocationScope getScope()
getScope in interface Locationpublic String getId()
getId in interface Locationpublic String getDescription()
getDescription in interface Locationpublic Location getParent()
getParent in interface Locationpublic Set<String> getIso3166Codes()
getIso3166Codes in interface Locationpublic Map<String,Object> getMetadata()
getMetadata in interface Location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||