createTime

open override fun createTime(createTime: Long): CommandBuilder

Sets the creation timestamp for the command message.

Return

this builder for method chaining

Parameters

createTime

the creation time as a Unix timestamp in milliseconds

See also


open override var createTime: Long