public class ScriptAnswerVersionedConfigurationDump
A version of class ScriptAnswerConfigurationDump
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationDumppublic ScriptAnswerVersionedConfigurationDump(@NotNull
java.lang.String script,
@NotNull
BotVersion version,
@NotNull
java.time.Instant date)
A version of class ScriptAnswerConfigurationDump
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationDumppublic ScriptAnswerVersionedConfigurationDump(@NotNull
ScriptAnswerVersionedConfiguration conf)
@NotNull public ScriptAnswerVersionedConfiguration toAnswer(@NotNull StoryDefinitionConfigurationDumpController controller, boolean compile)
@NotNull public java.lang.String getScript()
@NotNull public BotVersion getVersion()
@NotNull public java.time.Instant getDate()
@NotNull public java.lang.String component1()
@NotNull public BotVersion component2()
@NotNull public java.time.Instant component3()
@NotNull public ScriptAnswerVersionedConfigurationDump copy(@NotNull java.lang.String script, @NotNull BotVersion version, @NotNull java.time.Instant date)
A version of class ScriptAnswerConfigurationDump
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationDump@NotNull public java.lang.String toString()
A version of class ScriptAnswerConfigurationDump
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationDumppublic int hashCode()
A version of class ScriptAnswerConfigurationDump
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationDumppublic boolean equals(@Nullable
java.lang.Object p)
A version of class ScriptAnswerConfigurationDump
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationDump