Class CreateSessionCommand
java.lang.Object
com.linecorp.centraldogma.server.command.SessionCommand
com.linecorp.centraldogma.server.command.CreateSessionCommand
A
Command
which is used for creating a new session.-
Method Summary
Modifier and TypeMethodDescriptionfinal Author
author()
Returns the author who initiated the command.boolean
int
hashCode()
session()
Returns theSession
being created.final long
Returns the time when performing the command, in milliseconds.final String
toString()
final CommandType
type()
Returns theCommandType
of the command.Methods inherited from class com.linecorp.centraldogma.server.command.SessionCommand
executionPath
-
Method Details
-
session
Returns theSession
being created. -
type
Description copied from interface:Command
Returns theCommandType
of the command. -
timestamp
public final long timestamp()Description copied from interface:Command
Returns the time when performing the command, in milliseconds. -
author
Description copied from interface:Command
Returns the author who initiated the command. -
equals
-
hashCode
public int hashCode() -
toString
-