public static class TdApi.JsonObjectMember extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
key
Member's key.
|
TdApi.JsonValue |
value
Member's value.
|
| Constructor and Description |
|---|
JsonObjectMember()
Represents one member of a JSON object.
|
JsonObjectMember(java.lang.String key,
TdApi.JsonValue value)
Represents one member of a JSON object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String key
public TdApi.JsonValue value
public static final int CONSTRUCTOR
public JsonObjectMember()
public JsonObjectMember(java.lang.String key,
TdApi.JsonValue value)
key - Member's key.value - Member's value.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object