Class Transfer

  • All Implemented Interfaces:
    ExecutableDeployItem

    public class Transfer
    extends java.lang.Object
    implements ExecutableDeployItem
    An AbstractExecutableDeployItem of Type Transfer containing the runtime args of the contract.
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      Transfer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.util.List<NamedArg<?,​?>> getArgs()
      List of @see NamedArg
      int hashCode()  
      void setArgs​(java.util.List<NamedArg<?,​?>> args)
      List of @see NamedArg
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Transfer

        public Transfer()
    • Method Detail

      • getArgs

        public java.util.List<NamedArg<?,​?>> getArgs()
        List of @see NamedArg
      • setArgs

        public void setArgs​(java.util.List<NamedArg<?,​?>> args)
        List of @see NamedArg
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object