Class Metadata.PositionInfo
- java.lang.Object
-
- com.rednit.tinder4j.api.entities.user.Metadata.PositionInfo
-
-
Constructor Summary
Constructors Constructor Description PositionInfo(DataObject position)
Constructs a new PositionInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlpha3()
Gets the alpha3.String
getCc()
Gets the cc.String
getCountry()
Gets the country.String
getTimezone()
Gets the timezone.
-
-
-
Constructor Detail
-
PositionInfo
public PositionInfo(DataObject position)
Constructs a new PositionInfo.- Parameters:
position
- theDataObject
to construct the PositionInfo from
-
-
Method Detail
-
getCountry
public String getCountry()
Gets the country.- Returns:
- the country
-
getCc
public String getCc()
Gets the cc.- Returns:
- the cc
-
getAlpha3
public String getAlpha3()
Gets the alpha3.- Returns:
- the alpha3
-
getTimezone
public String getTimezone()
Gets the timezone.- Returns:
- the timezone
-
-