Class AddUInt512

  • All Implemented Interfaces:
    Transform

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

      Constructors 
      Constructor Description
      AddUInt512()  
    • 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 getJsonU512()  
      java.math.BigInteger getU512()
      u512
      int hashCode()  
      protected void setJsonU512​(java.lang.String value)  
      void setU512​(java.math.BigInteger u512)
      u512
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AddUInt512

        public AddUInt512()
    • Method Detail

      • getU512

        public java.math.BigInteger getU512()
        u512
      • setU512

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