java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.OptionValue
it.tdlight.jni.TdApi.OptionValueString
- Enclosing class:
- TdApi
Represents a string option.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The value of the option. -
Constructor Summary
ConstructorDescriptionRepresents a string option.OptionValueString
(DataInput input) Represents a string option.OptionValueString
(String value) Represents a string option. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
value
The value of the option. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
OptionValueString
public OptionValueString()Represents a string option. -
OptionValueString
Represents a string option.- Parameters:
value
- String The value of the option.
-
OptionValueString
Represents a string option.- 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()
-