public class ParseRequestLog
| Constructor and Description |
|---|
ParseRequestLog(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
ParseQuery query,
ParseResult result,
long durationInMS,
boolean error,
java.time.Instant date) |
| Modifier and Type | Method and Description |
|---|---|
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
component1() |
ParseQuery |
component2() |
ParseResult |
component3() |
long |
component4() |
boolean |
component5() |
java.time.Instant |
component6() |
ParseRequestLog |
copy(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
ParseQuery query,
ParseResult result,
long durationInMS,
boolean error,
java.time.Instant date) |
boolean |
equals(java.lang.Object p) |
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
getApplicationId() |
java.time.Instant |
getDate() |
long |
getDurationInMS() |
boolean |
getError() |
ParseQuery |
getQuery() |
ParseResult |
getResult() |
int |
hashCode() |
java.lang.String |
toString() |
public ParseRequestLog(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
ParseQuery query,
@Nullable
ParseResult result,
long durationInMS,
boolean error,
@NotNull
java.time.Instant date)
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> getApplicationId()
@NotNull public ParseQuery getQuery()
@Nullable public ParseResult getResult()
public long getDurationInMS()
public boolean getError()
@NotNull public java.time.Instant getDate()
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> component1()
@NotNull public ParseQuery component2()
@Nullable public ParseResult component3()
public long component4()
public boolean component5()
@NotNull public java.time.Instant component6()
@NotNull public ParseRequestLog copy(@NotNull org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId, @NotNull ParseQuery query, @Nullable ParseResult result, long durationInMS, boolean error, @NotNull java.time.Instant date)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)