Class DeployInfo


  • public class DeployInfo
    extends java.lang.Object
    Information relating to the given Deploy
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      DeployInfo()  
    • 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.lang.String getFrom()
      Account identifier of the creator of the Deploy.
      java.math.BigInteger getGas()
      Gas cost of executing the Deploy.
      java.lang.String getHash()
      The relevant Deploy
      protected java.lang.String getJsonGas()  
      URef getSource()
      Source purse used for payment of the Deploy.
      java.util.List<java.lang.String> getTransfers()
      Transfers performed by the Deploy.
      int hashCode()  
      void setFrom​(java.lang.String from)
      Account identifier of the creator of the Deploy.
      void setGas​(java.math.BigInteger gas)
      Gas cost of executing the Deploy.
      void setHash​(java.lang.String hash)
      The relevant Deploy
      protected void setJsonGas​(java.lang.String value)  
      void setSource​(URef source)
      Source purse used for payment of the Deploy.
      void setTransfers​(java.util.List<java.lang.String> transfers)
      Transfers performed by the Deploy.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DeployInfo

        public DeployInfo()
    • Method Detail

      • getHash

        public java.lang.String getHash()
        The relevant Deploy
      • getFrom

        public java.lang.String getFrom()
        Account identifier of the creator of the Deploy.
      • getGas

        public java.math.BigInteger getGas()
        Gas cost of executing the Deploy.
      • getSource

        public URef getSource()
        Source purse used for payment of the Deploy.
        See Also:
        URef
      • getTransfers

        public java.util.List<java.lang.String> getTransfers()
        Transfers performed by the Deploy.
      • setHash

        public void setHash​(java.lang.String hash)
        The relevant Deploy
      • setFrom

        public void setFrom​(java.lang.String from)
        Account identifier of the creator of the Deploy.
      • setGas

        public void setGas​(java.math.BigInteger gas)
        Gas cost of executing the Deploy.
      • setSource

        public void setSource​(URef source)
        Source purse used for payment of the Deploy.
        See Also:
        URef
      • setTransfers

        public void setTransfers​(java.util.List<java.lang.String> transfers)
        Transfers performed by the Deploy.
      • 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