public class Info extends Object
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
Place |
getCity() |
Place |
getContinent() |
Place |
getCountry() |
String |
getIpAddress() |
Position |
getPosition() |
org.joda.time.DateTime |
getRequestDate() |
void |
setCity(Place city) |
void |
setContinent(Place continent) |
void |
setCountry(Place country) |
void |
setIpAddress(String ipAddress) |
void |
setPosition(Position position) |
void |
setRequestDate(org.joda.time.DateTime requestDate) |
String |
toString() |
public org.joda.time.DateTime getRequestDate()
public void setRequestDate(org.joda.time.DateTime requestDate)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Position getPosition()
public void setPosition(Position position)
public Place getContinent()
public void setContinent(Place continent)
public Place getCountry()
public void setCountry(Place country)
public Place getCity()
public void setCity(Place city)
Copyright © 2015. All rights reserved.