Class ActionMemberCmdDocument

java.lang.Object
com.iohao.net.framework.core.doc.ActionMemberCmdDocument

public final class ActionMemberCmdDocument extends Object
Document model for a route member constant generated from an action method, carrying the command pair, a generated member name, and the Javadoc comment.
Since:
21.11
Author:
渔民小镇
date:
2024-06-26
  • Field Details

    • cmd

      public final int cmd
    • subCmd

      public final int subCmd
    • cmdMerge

      public final int cmdMerge
    • comment

      public String comment
    • memberName

      public String memberName
  • Method Details

    • getCmd

      public int getCmd()
    • getSubCmd

      public int getSubCmd()
    • getCmdMerge

      public int getCmdMerge()
    • getComment

      public String getComment()
    • getMemberName

      public String getMemberName()