Class Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>

java.lang.Object
org.web3j.tuples.generated.Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>
All Implemented Interfaces:
Tuple

public final class Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> extends Object implements Tuple
Auto generated code.

Do not modifiy!

Please use org.web3j.codegen.TupleGenerator in the codegen module to update.

  • Constructor Details

    • Tuple13

      public Tuple13(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12, T13 value13)
  • Method Details

    • getValue1

      @Deprecated public T1 getValue1()
      Deprecated.
      use 'component1' method instead
      Returns:
      a value
    • component1

      public T1 component1()
    • getValue2

      @Deprecated public T2 getValue2()
      Deprecated.
      use 'component2' method instead
      Returns:
      a value
    • component2

      public T2 component2()
    • getValue3

      @Deprecated public T3 getValue3()
      Deprecated.
      use 'component3' method instead
      Returns:
      a value
    • component3

      public T3 component3()
    • getValue4

      @Deprecated public T4 getValue4()
      Deprecated.
      use 'component4' method instead
      Returns:
      a value
    • component4

      public T4 component4()
    • getValue5

      @Deprecated public T5 getValue5()
      Deprecated.
      use 'component5' method instead
      Returns:
      a value
    • component5

      public T5 component5()
    • getValue6

      @Deprecated public T6 getValue6()
      Deprecated.
      use 'component6' method instead
      Returns:
      a value
    • component6

      public T6 component6()
    • getValue7

      @Deprecated public T7 getValue7()
      Deprecated.
      use 'component7' method instead
      Returns:
      a value
    • component7

      public T7 component7()
    • getValue8

      @Deprecated public T8 getValue8()
      Deprecated.
      use 'component8' method instead
      Returns:
      a value
    • component8

      public T8 component8()
    • getValue9

      @Deprecated public T9 getValue9()
      Deprecated.
      use 'component9' method instead
      Returns:
      a value
    • component9

      public T9 component9()
    • getValue10

      @Deprecated public T10 getValue10()
      Deprecated.
      use 'component10' method instead
      Returns:
      a value
    • component10

      public T10 component10()
    • getValue11

      @Deprecated public T11 getValue11()
      Deprecated.
      use 'component11' method instead
      Returns:
      a value
    • component11

      public T11 component11()
    • getValue12

      @Deprecated public T12 getValue12()
      Deprecated.
      use 'component12' method instead
      Returns:
      a value
    • component12

      public T12 component12()
    • getValue13

      @Deprecated public T13 getValue13()
      Deprecated.
      use 'component13' method instead
      Returns:
      a value
    • component13

      public T13 component13()
    • getSize

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object