public class RestCountryState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
country |
protected String |
countryCode |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
RestCountryState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode()
The state's code used within addresses.
|
String |
getCountry() |
String |
getCountryCode()
The two-letter code of the state's country (ISO 3166-1 alpha-2 format).
|
String |
getId()
The state's code in ISO 3166-2 format.
|
String |
getName()
The name of the state.
|
int |
hashCode() |
String |
toString() |
protected String code
protected String country
protected String countryCode
protected String id
protected String name
public String getCode()
public String getCountry()
public String getCountryCode()
public String getId()
public String getName()
Copyright © 2024. All rights reserved.