Package com.c8db.entity
Class DcInfoEntity.LocationInfo
- java.lang.Object
-
- com.c8db.entity.DcInfoEntity.LocationInfo
-
- Enclosing class:
- DcInfoEntity
public static class DcInfoEntity.LocationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description LocationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()StringgetCountryCode()StringgetCountryName()StringgetId()StringgetKey()StringgetLatitude()StringgetLongitude()StringgetName()StringgetRev()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getKey
public String getKey()
- Returns:
- the key
-
getRev
public String getRev()
- Returns:
- the rev
-
getCity
public String getCity()
- Returns:
- the city
-
getCountryCode
public String getCountryCode()
- Returns:
- the countryCode
-
getCountryName
public String getCountryName()
- Returns:
- the countryName
-
getLatitude
public String getLatitude()
- Returns:
- the latitude
-
getLongitude
public String getLongitude()
- Returns:
- the longitude
-
getName
public String getName()
- Returns:
- the name
-
-