public static final class CountryStateListDataBean.StateProvince
extends java.lang.Object
| Constructor and Description |
|---|
StateProvince()
The default constructor.
|
StateProvince(java.lang.String inCode,
java.lang.String inName)
This constructor takes the state or province's abbreviation code and its name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Get the abbreviation code of the country
|
java.lang.String |
getDisplayName()
Get the display name of the country or region in the required language.
|
public StateProvince()
public StateProvince(java.lang.String inCode,
java.lang.String inName)
inCode - The state or province's abbreviation codeinName - The namepublic java.lang.String getCode()
public java.lang.String getDisplayName()