public static class TdApi.LocationAddress extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
city
City; empty if unknown.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
countryCode
A two-letter ISO 3166-1 alpha-2 country code.
|
java.lang.String |
state
State, if applicable; empty if unknown.
|
java.lang.String |
street
The address; empty if unknown.
|
| Constructor and Description |
|---|
LocationAddress()
Describes an address of a location.
|
LocationAddress(java.lang.String countryCode,
java.lang.String state,
java.lang.String city,
java.lang.String street)
Describes an address of a location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String countryCode
public java.lang.String state
public java.lang.String city
public java.lang.String street
public static final int CONSTRUCTOR
public LocationAddress()
public LocationAddress(java.lang.String countryCode,
java.lang.String state,
java.lang.String city,
java.lang.String street)
countryCode - A two-letter ISO 3166-1 alpha-2 country code.state - State, if applicable; empty if unknown.city - City; empty if unknown.street - The address; empty if unknown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object