public class IntentTestErrorQueryResult
| Constructor and Description |
|---|
IntentTestErrorQueryResult(int total,
java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> data) |
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> |
component2() |
IntentTestErrorQueryResult |
copy(int total,
java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> data) |
boolean |
equals(java.lang.Object p) |
java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> |
getData() |
int |
getTotal() |
int |
hashCode() |
java.lang.String |
toString() |
public IntentTestErrorQueryResult(int total,
@NotNull
java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> data)
public int getTotal()
@NotNull public java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> getData()
public int component1()
@NotNull public java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> component2()
@NotNull public IntentTestErrorQueryResult copy(int total, @NotNull java.util.List<ai.tock.nlp.front.shared.test.IntentTestError> data)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)