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