public static class TdApi.LanguagePackStringValuePluralized extends TdApi.LanguagePackStringValue
TdApi.LanguagePackStringValue.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
fewValue
Value for few objects.
|
java.lang.String |
manyValue
Value for many objects.
|
java.lang.String |
oneValue
Value for one object.
|
java.lang.String |
otherValue
Default value.
|
java.lang.String |
twoValue
Value for two objects.
|
java.lang.String |
zeroValue
Value for zero objects.
|
Constructor and Description |
---|
LanguagePackStringValuePluralized()
A language pack string which has different forms based on the number of some object it mentions.
|
LanguagePackStringValuePluralized(java.lang.String zeroValue,
java.lang.String oneValue,
java.lang.String twoValue,
java.lang.String fewValue,
java.lang.String manyValue,
java.lang.String otherValue)
A language pack string which has different forms based on the number of some object it mentions.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String zeroValue
public java.lang.String oneValue
public java.lang.String twoValue
public java.lang.String fewValue
public java.lang.String manyValue
public java.lang.String otherValue
public static final int CONSTRUCTOR
public LanguagePackStringValuePluralized()
public LanguagePackStringValuePluralized(java.lang.String zeroValue, java.lang.String oneValue, java.lang.String twoValue, java.lang.String fewValue, java.lang.String manyValue, java.lang.String otherValue)
zeroValue
- Value for zero objects.oneValue
- Value for one object.twoValue
- Value for two objects.fewValue
- Value for few objects.manyValue
- Value for many objects.otherValue
- Default value.public int getConstructor()
getConstructor
in class TdApi.LanguagePackStringValue