public class RestCountryState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
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 code of the state identifies the state.
|
String |
getCountryCode()
The country code in ISO two letter format (e.g.
|
String |
getId()
The ID of the state corresponds to the subdivision identifier defined in ISO 3166-2.
|
String |
getName()
The name is a human readable label of the state in the language of the region.
|
int |
hashCode() |
String |
toString() |
protected String code
protected String countryCode
protected String id
protected String name
public String getCode()
public String getCountryCode()
public String getId()
public String getName()
Copyright © 2023. All rights reserved.