public class TestActionReport
| Constructor and Description |
|---|
TestActionReport(PlayerId playerId,
java.time.Instant date,
java.util.List<? extends ai.tock.bot.engine.message.Message> messages,
ConnectorType connectorType,
ai.tock.translator.UserInterfaceType userInterfaceType,
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> id) |
TestActionReport(PlayerId playerId,
java.time.Instant date,
Message message,
ConnectorType connectorType,
ai.tock.translator.UserInterfaceType userInterfaceType,
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> id) |
TestActionReport(ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
PlayerId |
component1() |
java.time.Instant |
component2() |
java.util.List<ai.tock.bot.engine.message.Message> |
component3() |
ConnectorType |
component4() |
ai.tock.translator.UserInterfaceType |
component5() |
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> |
component6() |
TestActionReport |
copy(PlayerId playerId,
java.time.Instant date,
java.util.List<? extends ai.tock.bot.engine.message.Message> messages,
ConnectorType connectorType,
ai.tock.translator.UserInterfaceType userInterfaceType,
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> id) |
boolean |
equals(java.lang.Object p) |
Message |
findFirstMessage() |
ConnectorType |
getConnectorType() |
java.time.Instant |
getDate() |
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> |
getId() |
java.util.List<ai.tock.bot.engine.message.Message> |
getMessages() |
PlayerId |
getPlayerId() |
ai.tock.translator.UserInterfaceType |
getUserInterfaceType() |
int |
hashCode() |
java.lang.String |
toString() |
public TestActionReport(@NotNull
PlayerId playerId,
@NotNull
java.time.Instant date,
@NotNull
java.util.List<? extends ai.tock.bot.engine.message.Message> messages,
@Nullable
ConnectorType connectorType,
@NotNull
ai.tock.translator.UserInterfaceType userInterfaceType,
@NotNull
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> id)
public TestActionReport(@NotNull
PlayerId playerId,
@NotNull
java.time.Instant date,
@NotNull
Message message,
@Nullable
ConnectorType connectorType,
@NotNull
ai.tock.translator.UserInterfaceType userInterfaceType,
@NotNull
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> id)
public TestActionReport(@NotNull
ActionReport report)
@NotNull public Message findFirstMessage()
@NotNull public PlayerId getPlayerId()
@NotNull public java.time.Instant getDate()
@NotNull public java.util.List<ai.tock.bot.engine.message.Message> getMessages()
@Nullable public ConnectorType getConnectorType()
@NotNull public ai.tock.translator.UserInterfaceType getUserInterfaceType()
@NotNull public org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> getId()
@NotNull public PlayerId component1()
@NotNull public java.time.Instant component2()
@NotNull public java.util.List<ai.tock.bot.engine.message.Message> component3()
@Nullable public ConnectorType component4()
@NotNull public ai.tock.translator.UserInterfaceType component5()
@NotNull public org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> component6()
@NotNull public TestActionReport copy(@NotNull PlayerId playerId, @NotNull java.time.Instant date, @NotNull java.util.List<? extends ai.tock.bot.engine.message.Message> messages, @Nullable ConnectorType connectorType, @NotNull ai.tock.translator.UserInterfaceType userInterfaceType, @NotNull org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> id)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)