-
- All Implemented Interfaces:
public final class BotI18nLabelI18nLabel dto.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBotI18nLabel.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Id<I18nLabel>_idprivate final Stringnamespaceprivate final Stringcategoryprivate final LinkedHashSet<BotI18nLocalizedLabel>i18nprivate final StringdefaultLabelprivate final LocaledefaultLocaleprivate final IntegerstatCountprivate final InstantlastUpdateprivate final List<I18nLabelStat>unhandledLocaleStatsprivate final Integerversion
-
Constructor Summary
Constructors Constructor Description BotI18nLabel(I18nLabel label, List<I18nLabelStat> stats)BotI18nLabel(Id<I18nLabel> _id, String namespace, String category, LinkedHashSet<BotI18nLocalizedLabel> i18n, String defaultLabel, Locale defaultLocale, Integer statCount, Instant lastUpdate, List<I18nLabelStat> unhandledLocaleStats, Integer version)
-
Method Summary
Modifier and Type Method Description final Id<I18nLabel>get_id()final StringgetNamespace()final StringgetCategory()final LinkedHashSet<BotI18nLocalizedLabel>getI18n()final StringgetDefaultLabel()final LocalegetDefaultLocale()final IntegergetStatCount()final InstantgetLastUpdate()final List<I18nLabelStat>getUnhandledLocaleStats()final IntegergetVersion()-
-
Constructor Detail
-
BotI18nLabel
BotI18nLabel(I18nLabel label, List<I18nLabelStat> stats)
-
BotI18nLabel
BotI18nLabel(Id<I18nLabel> _id, String namespace, String category, LinkedHashSet<BotI18nLocalizedLabel> i18n, String defaultLabel, Locale defaultLocale, Integer statCount, Instant lastUpdate, List<I18nLabelStat> unhandledLocaleStats, Integer version)
-
-
Method Detail
-
get_id
final Id<I18nLabel> get_id()
-
getNamespace
final String getNamespace()
-
getCategory
final String getCategory()
-
getI18n
final LinkedHashSet<BotI18nLocalizedLabel> getI18n()
-
getDefaultLabel
final String getDefaultLabel()
-
getDefaultLocale
final Locale getDefaultLocale()
-
getStatCount
final Integer getStatCount()
-
getLastUpdate
final Instant getLastUpdate()
-
getUnhandledLocaleStats
final List<I18nLabelStat> getUnhandledLocaleStats()
-
getVersion
final Integer getVersion()
-
-
-
-