Package com.maxmind.geoip
Class Country
- java.lang.Object
-
- com.maxmind.geoip.Country
-
public class Country extends Object
Represents a country.- Author:
- Matt Tucker
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Returns the ISO two-letter country code of this country.String
getName()
Returns the name of this country.
-