public class ParseRequestLogStatQuery
| Constructor and Description |
|---|
ParseRequestLogStatQuery(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language,
java.lang.String intent,
java.lang.Integer minOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
component1() |
java.util.Locale |
component2() |
java.lang.String |
component3() |
java.lang.Integer |
component4() |
ParseRequestLogStatQuery |
copy(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language,
java.lang.String intent,
java.lang.Integer minOccurrences) |
boolean |
equals(java.lang.Object p) |
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
getApplicationId() |
java.lang.String |
getIntent() |
java.util.Locale |
getLanguage() |
java.lang.Integer |
getMinOccurrences() |
int |
hashCode() |
java.lang.String |
toString() |
public ParseRequestLogStatQuery(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@Nullable
java.util.Locale language,
@Nullable
java.lang.String intent,
@Nullable
java.lang.Integer minOccurrences)
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> getApplicationId()
@Nullable public java.util.Locale getLanguage()
@Nullable public java.lang.String getIntent()
@Nullable public java.lang.Integer getMinOccurrences()
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> component1()
@Nullable public java.util.Locale component2()
@Nullable public java.lang.String component3()
@Nullable public java.lang.Integer component4()
@NotNull public ParseRequestLogStatQuery copy(@NotNull org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId, @Nullable java.util.Locale language, @Nullable java.lang.String intent, @Nullable java.lang.Integer minOccurrences)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)