Class InputCommandCreate

java.lang.Object
com.iohao.net.extension.client.InputCommandCreate

public class InputCommandCreate extends Object
模块输入命令域
Author:
渔民小镇
date:
2023-07-09
  • Constructor Details

    • InputCommandCreate

      public InputCommandCreate()
  • Method Details

    • ofCmdInfo

      public CmdInfo ofCmdInfo(int subCmd)
    • getInputCommand

      public InputCommand getInputCommand(int subCmd)
    • ofInputCommand

      public InputCommand ofInputCommand(int subCmd)
      创建模拟命令
      Parameters:
      subCmd - 子路由
      Returns:
      InputCommand
    • ofInputCommandLong

      public InputCommand ofInputCommandLong(int subCmd)
      创建模拟命令,在使用命令时需要在控制台输入 long 类型的请求参数
      Parameters:
      subCmd - 子路由
      Returns:
      InputCommand
    • ofInputCommandUserId

      public InputCommand ofInputCommandUserId(int subCmd)
      创建模拟命令,在使用命令时需要在控制台输入 long 类型的 userId 请求参数
      Parameters:
      subCmd - 子路由
      Returns:
      InputCommand
    • nextParamLong

      public RequestDataDelegate nextParamLong(String paramTips)
    • ofInputCommandInt

      public InputCommand ofInputCommandInt(int subCmd)
    • nextParamInt

      public RequestDataDelegate nextParamInt(String paramTips)
    • ofInputCommandString

      public InputCommand ofInputCommandString(int subCmd)
    • nextParamString

      public RequestDataDelegate nextParamString(String paramTips)