public class MaxmindLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
static MaxmindLocation |
UNKNOWN |
| Constructor and Description |
|---|
MaxmindLocation(String geonameId,
String countryCodeAlpha2,
String mostSpecificDivision,
String leastSpecificDivision,
String city) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCity() |
String |
getCountryCodeAlpha2() |
String |
getGeonameId() |
String |
getLeastSpecificDivision() |
String |
getMostSpecificDivision() |
int |
hashCode() |
public static final MaxmindLocation UNKNOWN
Copyright © 2021. All rights reserved.