public class Site extends Object
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
String |
country()
Returns the country.
|
Site |
country(String country)
Sets the country.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
latitude()
Returns the latitude.
|
Site |
latitude(String latitude)
Sets the latitude.
|
String |
location()
Returns the location.
|
Site |
location(String location)
Sets the location.
|
String |
longitude()
Returns the longitude.
|
Site |
longitude(String longitude)
Sets the longitude.
|
public String country()
public Site country(String country)
the - countrypublic String latitude()
public Site latitude(String latitude)
the - latitudepublic String longitude()
public Site longitude(String longitude)
the - longitudepublic String location()
public Site location(String location)
the - locationCopyright © 2019. All Rights Reserved.