public class IsoRegionModel
extends java.lang.Object
Constructor and Description |
---|
IsoRegionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassification()
Getter for classification - The word in the local language that classifies what type of a region this represents
|
java.lang.String |
getCode()
Getter for code - The three character ISO 3166 region code
|
java.lang.String |
getCountryCode()
Getter for countryCode - The two-character ISO 3166 country code this region belongs to
|
java.lang.String |
getName()
Getter for name - The full name, using localized characters, for this region
|
void |
setClassification(java.lang.String classification)
Setter for classification - The word in the local language that classifies what type of a region this represents
|
void |
setCode(java.lang.String code)
Setter for code - The three character ISO 3166 region code
|
void |
setCountryCode(java.lang.String countryCode)
Setter for countryCode - The two-character ISO 3166 country code this region belongs to
|
void |
setName(java.lang.String name)
Setter for name - The full name, using localized characters, for this region
|
java.lang.String |
toString()
Returns a JSON string representation of IsoRegionModel.
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
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.String getClassification()
public void setClassification(java.lang.String classification)
public java.lang.String toString()
toString
in class java.lang.Object