类 CmdDetail


  • public class CmdDetail
    extends Object
    对外提供的方法的具体信息 Detail information on methods provided to the outside world
    作者:
    tangyi
    • 构造器详细资料

      • CmdDetail

        public CmdDetail()
    • 方法详细资料

      • getMethodName

        public String getMethodName()
      • setMethodName

        public void setMethodName​(String methodName)
      • getMethodDescription

        public String getMethodDescription()
      • setMethodDescription

        public void setMethodDescription​(String methodDescription)
      • getMethodMinEvent

        public String getMethodMinEvent()
      • setMethodMinEvent

        public void setMethodMinEvent​(String methodMinEvent)
      • getMethodMinPeriod

        public String getMethodMinPeriod()
      • setMethodMinPeriod

        public void setMethodMinPeriod​(String methodMinPeriod)
      • getMethodScope

        public String getMethodScope()
      • setMethodScope

        public void setMethodScope​(String methodScope)
      • getVersion

        public double getVersion()
      • setVersion

        public void setVersion​(double version)
      • getInvokeClass

        public String getInvokeClass()
      • setInvokeClass

        public void setInvokeClass​(String invokeClass)
      • getInvokeMethod

        public String getInvokeMethod()
      • setInvokeMethod

        public void setInvokeMethod​(String invokeMethod)
      • setPriority

        public void setPriority​(CmdPriority priority)