-
- All Implemented Interfaces:
-
ai.tock.translator.TranslatedSequence,kotlin.CharSequence
public final class I18nText implements CharSequence, TranslatedSequence
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classI18nText.Companion
-
Method Summary
Modifier and Type Method Description StringtoString()I18nTextplus(Object other)final Stringcomponent1()final List<String>component2()final Booleancomponent3()final Stringcomponent4()final I18nTextcopy(String text, List<String> args, Boolean toBeTranslated, String key)final StringgetText()final List<String>getArgs()final BooleangetToBeTranslated()final StringgetKey()IntegergetLength()-
Methods inherited from class ai.tock.bot.api.model.message.bot.I18nText
chars, codePoints, get, subSequence -
Methods inherited from class kotlin.CharSequence
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final String component1()
-
component2
final List<String> component2()
-
component3
final Boolean component3()
-
component4
final String component4()
-
getToBeTranslated
final Boolean getToBeTranslated()
-
-
-
-