public class ParseRequestLogQueryResult
| Constructor and Description |
|---|
ParseRequestLogQueryResult(long total,
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> logs) |
| Modifier and Type | Method and Description |
|---|---|
long |
component1() |
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> |
component2() |
ParseRequestLogQueryResult |
copy(long total,
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> logs) |
boolean |
equals(java.lang.Object p) |
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> |
getLogs() |
long |
getTotal() |
int |
hashCode() |
java.lang.String |
toString() |
public ParseRequestLogQueryResult(long total,
@NotNull
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> logs)
public long getTotal()
@NotNull public java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> getLogs()
public long component1()
@NotNull public java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> component2()
@NotNull public ParseRequestLogQueryResult copy(long total, @NotNull java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLog> logs)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)