public class LogStatsQuery
extends ApplicationScopedQuery
| Constructor and Description |
|---|
LogStatsQuery(java.lang.String intent,
java.lang.Integer minOccurrences,
boolean onlyCurrentLocale) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.lang.Integer |
component2() |
boolean |
component3() |
LogStatsQuery |
copy(java.lang.String intent,
java.lang.Integer minOccurrences,
boolean onlyCurrentLocale) |
boolean |
equals(java.lang.Object p) |
java.lang.String |
getIntent() |
java.lang.Integer |
getMinOccurrences() |
boolean |
getOnlyCurrentLocale() |
int |
hashCode() |
ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery |
toStatQuery(ai.tock.nlp.front.shared.config.ApplicationDefinition application) |
java.lang.String |
toString() |
getApplicationName, getCurrentLanguage, getLanguage, getNamespacepublic LogStatsQuery(@Nullable
java.lang.String intent,
@Nullable
java.lang.Integer minOccurrences,
boolean onlyCurrentLocale)
@NotNull
public ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery toStatQuery(@NotNull
ai.tock.nlp.front.shared.config.ApplicationDefinition application)
@Nullable public java.lang.String getIntent()
@Nullable public java.lang.Integer getMinOccurrences()
public boolean getOnlyCurrentLocale()
@Nullable public java.lang.String component1()
@Nullable public java.lang.Integer component2()
public boolean component3()
@NotNull public LogStatsQuery copy(@Nullable java.lang.String intent, @Nullable java.lang.Integer minOccurrences, boolean onlyCurrentLocale)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)