| Constructor and Description | 
|---|
LocationImpl(LocationScope scope,
            String id,
            String description,
            Location parent,
            Iterable<String> iso3166Codes,
            Map<String,Object> metadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
public LocationScope getScope()
public String getId()
public String getDescription()
getDescription in interface Locationpublic Location getParent()
public Set<String> getIso3166Codes()
getIso3166Codes in interface Locationpublic Map<String,Object> getMetadata()
getMetadata in interface LocationCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.