类 ProgramMethod


  • public class ProgramMethod
    extends Object
    • 构造器详细资料

      • ProgramMethod

        public ProgramMethod()
      • ProgramMethod

        public ProgramMethod​(Map result)
    • 方法详细资料

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDesc

        public String getDesc()
      • setDesc

        public void setDesc​(String desc)
      • getReturnArg

        public String getReturnArg()
      • setReturnArg

        public void setReturnArg​(String returnArg)
      • isView

        public boolean isView()
      • setView

        public void setView​(boolean view)
      • isEvent

        public boolean isEvent()
      • setEvent

        public void setEvent​(boolean event)
      • isPayable

        public boolean isPayable()
      • setPayable

        public void setPayable​(boolean payable)
      • isJsonSerializable

        public boolean isJsonSerializable()
      • setJsonSerializable

        public void setJsonSerializable​(boolean jsonSerializable)
      • equalsNrc20Method

        public boolean equalsNrc20Method​(Object o)
      • argsType2Array

        public String[] argsType2Array()
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object