Class RemoveSessionCommand
java.lang.Object
com.linecorp.centraldogma.server.command.SessionCommand
com.linecorp.centraldogma.server.command.RemoveSessionCommand
A
Command
which is used for removing an existing session.-
Method Summary
Modifier and TypeMethodDescriptionfinal Author
author()
Returns the author who initiated the command.boolean
int
hashCode()
Returns the ID of the session being removed.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
-
sessionId
Returns the ID of the session being removed. -
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
-