java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.JsonValue
it.tdlight.jni.TdApi.JsonValueBoolean
- Enclosing class:
- TdApi
Represents a boolean JSON value.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRepresents a boolean JSON value.JsonValueBoolean
(boolean value) Represents a boolean JSON value.JsonValueBoolean
(DataInput input) Represents a boolean JSON value. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
value
public boolean valueThe value. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
JsonValueBoolean
public JsonValueBoolean()Represents a boolean JSON value. -
JsonValueBoolean
public JsonValueBoolean(boolean value) Represents a boolean JSON value.- Parameters:
value
- boolean The value.
-
JsonValueBoolean
Represents a boolean JSON value.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-