public class BotI18nLabel
I18nLabel dto.
| Modifier and Type | Class and Description |
|---|---|
static class |
BotI18nLabel.Companion |
| Modifier and Type | Field and Description |
|---|---|
static BotI18nLabel.Companion |
Companion |
| Constructor and Description |
|---|
BotI18nLabel(org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> _id,
java.lang.String namespace,
java.lang.String category,
java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> i18n,
java.lang.String defaultLabel,
int statCount,
java.time.Instant lastUpdate,
java.util.List<fr.vsct.tock.translator.I18nLabelStat> unhandledLocaleStats)
I18nLabel dto.
|
BotI18nLabel(fr.vsct.tock.translator.I18nLabel label,
java.util.List<fr.vsct.tock.translator.I18nLabelStat> stats) |
| Modifier and Type | Method and Description |
|---|---|
org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> |
component1() |
java.lang.String |
component2() |
java.lang.String |
component3() |
java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> |
component4() |
java.lang.String |
component5() |
int |
component6() |
java.time.Instant |
component7() |
java.util.List<fr.vsct.tock.translator.I18nLabelStat> |
component8() |
BotI18nLabel |
copy(org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> _id,
java.lang.String namespace,
java.lang.String category,
java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> i18n,
java.lang.String defaultLabel,
int statCount,
java.time.Instant lastUpdate,
java.util.List<fr.vsct.tock.translator.I18nLabelStat> unhandledLocaleStats)
I18nLabel dto.
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getCategory() |
java.lang.String |
getDefaultLabel() |
java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> |
getI18n() |
java.time.Instant |
getLastUpdate() |
java.lang.String |
getNamespace() |
int |
getStatCount() |
java.util.List<fr.vsct.tock.translator.I18nLabelStat> |
getUnhandledLocaleStats() |
org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> |
get_id() |
int |
hashCode() |
java.lang.String |
toString() |
public static BotI18nLabel.Companion Companion
public BotI18nLabel(org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> _id,
java.lang.String namespace,
java.lang.String category,
java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> i18n,
java.lang.String defaultLabel,
int statCount,
java.time.Instant lastUpdate,
java.util.List<fr.vsct.tock.translator.I18nLabelStat> unhandledLocaleStats)
I18nLabel dto.
public BotI18nLabel(fr.vsct.tock.translator.I18nLabel label,
java.util.List<fr.vsct.tock.translator.I18nLabelStat> stats)
public org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> get_id()
public java.lang.String getNamespace()
public java.lang.String getCategory()
public java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> getI18n()
public java.lang.String getDefaultLabel()
public int getStatCount()
public java.time.Instant getLastUpdate()
public java.util.List<fr.vsct.tock.translator.I18nLabelStat> getUnhandledLocaleStats()
public org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> component1()
public java.lang.String component2()
public java.lang.String component3()
public java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> component4()
public java.lang.String component5()
public int component6()
public java.time.Instant component7()
public java.util.List<fr.vsct.tock.translator.I18nLabelStat> component8()
public BotI18nLabel copy(org.litote.kmongo.Id<fr.vsct.tock.translator.I18nLabel> _id, java.lang.String namespace, java.lang.String category, java.util.LinkedHashSet<fr.vsct.tock.bot.admin.model.BotI18nLocalizedLabel> i18n, java.lang.String defaultLabel, int statCount, java.time.Instant lastUpdate, java.util.List<fr.vsct.tock.translator.I18nLabelStat> unhandledLocaleStats)
I18nLabel dto.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)