java.lang.Object
org.fisco.bcos.sdk.abi.datatypes.generated.tuples.generated.Tuple2<T1,​T2>
All Implemented Interfaces:
Tuple

public final class Tuple2<T1,​T2>
extends java.lang.Object
implements Tuple
Auto generated code.

Do not modifiy!

Please use TupleGenerator in the codegen module to update.

  • Constructor Summary

    Constructors 
    Constructor Description
    Tuple2​(T1 value1, T2 value2)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int getSize()  
    T1 getValue1()  
    T2 getValue2()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getValue1

      public T1 getValue1()
    • getValue2

      public T2 getValue2()
    • getSize

      public int getSize()
      Specified by:
      getSize in interface Tuple
    • equals

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

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

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