public class IsoCountryModel
extends java.lang.Object
Constructor and Description |
---|
IsoCountryModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code - The two character ISO 3166 country code
|
java.lang.Boolean |
getIsEuropeanUnion()
Getter for isEuropeanUnion - True if this country is a member of the European Union
|
java.lang.String |
getName()
Getter for name - The full name of this country as it is known in US English
|
void |
setCode(java.lang.String code)
Setter for code - The two character ISO 3166 country code
|
void |
setIsEuropeanUnion(java.lang.Boolean isEuropeanUnion)
Setter for isEuropeanUnion - True if this country is a member of the European Union
|
void |
setName(java.lang.String name)
Setter for name - The full name of this country as it is known in US English
|
java.lang.String |
toString()
Returns a JSON string representation of IsoCountryModel.
|
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Boolean getIsEuropeanUnion()
public void setIsEuropeanUnion(java.lang.Boolean isEuropeanUnion)
public java.lang.String toString()
toString
in class java.lang.Object