| Constructor and Description |
|---|
GlobalSearchFilters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
City |
getCity() |
Country |
getCountry() |
int |
hashCode() |
GlobalSearchFilters |
setCity(City city) |
GlobalSearchFilters |
setCountry(Country country) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic City getCity()
public GlobalSearchFilters setCity(City city)
public Country getCountry()
public GlobalSearchFilters setCountry(Country country)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()