Class AddUInt256

  • All Implemented Interfaces:
    Transform

    public class AddUInt256
    extends java.lang.Object
    implements Transform
    An implmentation of Transform that Adds the given `u256`
    Since:
    0.0.1
    See Also:
    Transform
    • Constructor Summary

      Constructors 
      Constructor Description
      AddUInt256()  
    • 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)  
      protected java.lang.String getJsonU256()  
      java.math.BigInteger getU256()
      u256
      int hashCode()  
      protected void setJsonU256​(java.lang.String value)  
      void setU256​(java.math.BigInteger u256)
      u256
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AddUInt256

        public AddUInt256()
    • Method Detail

      • getU256

        public java.math.BigInteger getU256()
        u256
      • setU256

        public void setU256​(java.math.BigInteger u256)
        u256
      • 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