Class AddUInt128

  • All Implemented Interfaces:
    Transform

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

      Constructors 
      Constructor Description
      AddUInt128()  
    • 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 getJsonU128()  
      java.math.BigInteger getU128()
      u128
      int hashCode()  
      protected void setJsonU128​(java.lang.String value)  
      void setU128​(java.math.BigInteger u128)
      u128
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AddUInt128

        public AddUInt128()
    • Method Detail

      • getU128

        public java.math.BigInteger getU128()
        u128
      • setU128

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