public class TestActionReport
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)