public class GeolocationDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
city |
protected String |
countryCode |
protected String |
countryName |
protected String |
ipAddress |
protected Double |
latitude |
protected Double |
longitude |
protected String |
postalCode |
protected String |
regionCode |
protected String |
regionName |
protected String |
source |
Constructor and Description |
---|
GeolocationDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getCountryCode() |
String |
getCountryName() |
String |
getIpAddress() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getPostalCode() |
String |
getRegionCode() |
String |
getRegionName() |
String |
getSource() |
void |
setCity(String city) |
void |
setCountryCode(String countryCode) |
void |
setCountryName(String countryName) |
void |
setIpAddress(String ipAddress) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setPostalCode(String postalCode) |
void |
setRegionCode(String regionCode) |
void |
setRegionName(String regionName) |
void |
setSource(String source) |
String |
toString() |
protected String source
protected String ipAddress
protected String countryCode
protected String countryName
protected String regionCode
protected String regionName
protected String city
protected String postalCode
protected Double latitude
protected Double longitude
public String getSource()
public void setSource(String source)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getCountryName()
public void setCountryName(String countryName)
public String getRegionCode()
public void setRegionCode(String regionCode)
public String getRegionName()
public void setRegionName(String regionName)
public String getCity()
public void setCity(String city)
public String getPostalCode()
public void setPostalCode(String postalCode)
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
Copyright © 2020. All rights reserved.