java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.JsonValue
it.tdlight.jni.TdApi.JsonValueArray
- Enclosing class:
- TdApi
Represents a JSON array.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The list of array elements. -
Constructor Summary
ConstructorDescriptionRepresents a JSON array.JsonValueArray
(TdApi.JsonValue[] values) Represents a JSON array.JsonValueArray
(DataInput input) Represents a JSON array. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
values
The list of array elements. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
JsonValueArray
public JsonValueArray()Represents a JSON array. -
JsonValueArray
Represents a JSON array.- Parameters:
values
- JsonValue[] The list of array elements.
-
JsonValueArray
Represents a JSON array.- 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()
-