public static class TdApi.JsonValueBoolean extends TdApi.JsonValue
TdApi.JsonValue.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
value
The value.
|
Constructor and Description |
---|
JsonValueBoolean()
Represents a boolean JSON value.
|
JsonValueBoolean(boolean value)
Represents a boolean JSON value.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean value
public static final int CONSTRUCTOR
public JsonValueBoolean()
public JsonValueBoolean(boolean value)
value
- The value.public int getConstructor()
getConstructor
in class TdApi.JsonValue