Package it.tdlight.jni
Class TdApi.OptionValueString
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.OptionValue
it.tdlight.jni.TdApi.OptionValueString
- Enclosing class:
- TdApi
public static class TdApi.OptionValueString extends TdApi.OptionValue
Represents a string option.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
value
The value of the option. -
Constructor Summary
Constructors Constructor Description OptionValueString()
Represents a string option.OptionValueString(DataInput input)
OptionValueString(String value)
Represents a string option. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
OptionValueString
public OptionValueString()Represents a string option. -
OptionValueString
Represents a string option.- Parameters:
value
- String The value of the option.
-
OptionValueString
- 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()
-