public static class TdApi.BusinessLocation extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address
Location address; 1-96 characters.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Location |
location
The location; may be null if not specified.
|
| Constructor and Description |
|---|
BusinessLocation()
Represents a location of a business.
|
BusinessLocation(TdApi.Location location,
java.lang.String address)
Represents a location of a business.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Location location
public java.lang.String address
public static final int CONSTRUCTOR
public BusinessLocation()
public BusinessLocation(TdApi.Location location, java.lang.String address)
location - The location; may be null if not specified.address - Location address; 1-96 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object