Package com.maxmind.geoip
Class Country
java.lang.Object
com.maxmind.geoip.Country
Represents a country.
- Author:
- Matt Tucker
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Country
Creates a new Country.- Parameters:
code
- the country code.name
- the country name.
-
-
Method Details
-
getCode
Returns the ISO two-letter country code of this country.- Returns:
- the country code.
-
getName
Returns the name of this country.- Returns:
- the country name.
-