public class TestBuildQuery
extends PaginatedQuery
| Constructor and Description |
|---|
TestBuildQuery(java.lang.String intentName,
java.time.ZonedDateTime after) |
TestBuildQuery() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.time.ZonedDateTime |
component2() |
TestBuildQuery |
copy(java.lang.String intentName,
java.time.ZonedDateTime after) |
boolean |
equals(java.lang.Object p) |
java.time.ZonedDateTime |
getAfter() |
java.lang.String |
getIntentName() |
int |
hashCode() |
java.lang.String |
toString() |
ai.tock.nlp.front.shared.test.TestErrorQuery |
toTestErrorQuery(ai.tock.nlp.front.shared.config.ApplicationDefinition app) |
getSearchMark, getSize, getSort, getStartgetApplicationName, getCurrentLanguage, getLanguage, getNamespacepublic TestBuildQuery(@Nullable
java.lang.String intentName,
@Nullable
java.time.ZonedDateTime after)
public TestBuildQuery()
@NotNull
public ai.tock.nlp.front.shared.test.TestErrorQuery toTestErrorQuery(@NotNull
ai.tock.nlp.front.shared.config.ApplicationDefinition app)
@Nullable public java.lang.String getIntentName()
@Nullable public java.time.ZonedDateTime getAfter()
@Nullable public java.lang.String component1()
@Nullable public java.time.ZonedDateTime component2()
@NotNull public TestBuildQuery copy(@Nullable java.lang.String intentName, @Nullable java.time.ZonedDateTime after)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)