-
- All Implemented Interfaces:
public final class BotI18nLocalizedLabelI18nLocalizedLabel dto.
-
-
Field Summary
Fields Modifier and Type Field Description private final Localelocaleprivate final UserInterfaceTypeinterfaceTypeprivate final Stringlabelprivate final Booleanvalidatedprivate final StringconnectorIdprivate final List<String>alternativesprivate final List<I18nLabelStat>stats
-
Constructor Summary
Constructors Constructor Description BotI18nLocalizedLabel(I18nLocalizedLabel label, List<I18nLabelStat> stats)BotI18nLocalizedLabel(Locale locale, UserInterfaceType interfaceType, String label, Boolean validated, String connectorId, List<String> alternatives, List<I18nLabelStat> stats)
-
Method Summary
Modifier and Type Method Description final LocalegetLocale()final UserInterfaceTypegetInterfaceType()final StringgetLabel()final BooleangetValidated()final StringgetConnectorId()final List<String>getAlternatives()final List<I18nLabelStat>getStats()-
-
Constructor Detail
-
BotI18nLocalizedLabel
BotI18nLocalizedLabel(I18nLocalizedLabel label, List<I18nLabelStat> stats)
-
-
Method Detail
-
getInterfaceType
final UserInterfaceType getInterfaceType()
-
getValidated
final Boolean getValidated()
-
getConnectorId
final String getConnectorId()
-
getAlternatives
final List<String> getAlternatives()
-
-
-
-