Class ExecuteMessage

  • All Implemented Interfaces:
    BsonParcelable

    public class ExecuteMessage
    extends Message
    This message contains the command information.
    Author:
    javaito
    • Constructor Detail

      • ExecuteMessage

        public ExecuteMessage()
    • Method Detail

      • getCommandName

        public java.lang.String getCommandName()
        Returns the command name.
        Returns:
        Command name.
      • setCommandName

        public void setCommandName​(java.lang.String commandName)
        Set the command name.
        Parameters:
        commandName - Command name.
      • getParameters

        public java.util.List<java.lang.Object> getParameters()
        Returns the command parameters.
        Returns:
        Command parameters.
      • setParameters

        public void setParameters​(java.util.List<java.lang.Object> parameters)
        Set the command parameters.
        Parameters:
        parameters - Command parameters.