public static class TdApi.OptionValueString extends TdApi.OptionValue
TdApi.OptionValue.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
value
The value of the option.
|
Constructor and Description |
---|
OptionValueString()
Represents a string option.
|
OptionValueString(java.lang.String value)
Represents a string option.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String value
public static final int CONSTRUCTOR
public OptionValueString()
public OptionValueString(java.lang.String value)
value
- The value of the option.public int getConstructor()
getConstructor
in class TdApi.OptionValue