Class Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>

java.lang.Object
org.web3j.tuples.generated.Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
All Implemented Interfaces:
Tuple

public final class Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> extends Object implements Tuple
Auto generated code.

Do not modifiy!

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

  • Constructor Details

    • Tuple20

      public Tuple20(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, T14 value14, T15 value15, T16 value16, T17 value17, T18 value18, T19 value19, T20 value20)
  • Method Details

    • getValue1

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

      public T1 component1()
    • getValue2

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

      public T2 component2()
    • getValue3

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

      public T3 component3()
    • getValue4

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

      public T4 component4()
    • getValue5

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

      public T5 component5()
    • getValue6

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

      public T6 component6()
    • getValue7

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

      public T7 component7()
    • getValue8

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

      public T8 component8()
    • getValue9

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

      public T9 component9()
    • getValue10

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

      public T10 component10()
    • getValue11

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

      public T11 component11()
    • getValue12

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

      public T12 component12()
    • getValue13

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

      public T13 component13()
    • getValue14

      @Deprecated public T14 getValue14()
      Deprecated.
      use 'component14' method instead
      Returns:
      the return value
    • component14

      public T14 component14()
    • getValue15

      @Deprecated public T15 getValue15()
      Deprecated.
      use 'component15' method instead
      Returns:
      the return value
    • component15

      public T15 component15()
    • getValue16

      @Deprecated public T16 getValue16()
      Deprecated.
      use 'component16' method instead
      Returns:
      the return value
    • component16

      public T16 component16()
    • getValue17

      @Deprecated public T17 getValue17()
      Deprecated.
      use 'component17' method instead
      Returns:
      the return value
    • component17

      public T17 component17()
    • getValue18

      @Deprecated public T18 getValue18()
      Deprecated.
      use 'component18' method instead
      Returns:
      the return value
    • component18

      public T18 component18()
    • getValue19

      @Deprecated public T19 getValue19()
      Deprecated.
      use 'component19' method instead
      Returns:
      the return value
    • component19

      public T19 component19()
    • getValue20

      @Deprecated public T20 getValue20()
      Deprecated.
      use 'component20' method instead
      Returns:
      the return value
    • component20

      public T20 component20()
    • 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