public class TestErrorQuery
| Constructor and Description |
|---|
TestErrorQuery(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language,
java.lang.String intentName,
java.time.Instant after,
long start,
int size) |
| 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.time.Instant |
component4() |
long |
component5() |
int |
component6() |
TestErrorQuery |
copy(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language,
java.lang.String intentName,
java.time.Instant after,
long start,
int size) |
boolean |
equals(java.lang.Object p) |
java.time.Instant |
getAfter() |
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
getApplicationId() |
java.lang.String |
getIntentName() |
java.util.Locale |
getLanguage() |
int |
getSize() |
long |
getStart() |
int |
hashCode() |
java.lang.String |
toString() |
public TestErrorQuery(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
java.util.Locale language,
@Nullable
java.lang.String intentName,
@Nullable
java.time.Instant after,
long start,
int size)
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> getApplicationId()
@NotNull public java.util.Locale getLanguage()
@Nullable public java.lang.String getIntentName()
@Nullable public java.time.Instant getAfter()
public long getStart()
public int getSize()
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> component1()
@NotNull public java.util.Locale component2()
@Nullable public java.lang.String component3()
@Nullable public java.time.Instant component4()
public long component5()
public int component6()
@NotNull public TestErrorQuery copy(@NotNull org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId, @NotNull java.util.Locale language, @Nullable java.lang.String intentName, @Nullable java.time.Instant after, long start, int size)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)