MCPcopy Create free account
hub / github.com/LFDT-web3j/web3j / Tuple11

Class Tuple11

tuples/src/main/java/org/web3j/tuples/generated/Tuple11.java:11–261  ·  view source on GitHub ↗

Auto generated code. Do not modifiy! Please use org.web3j.codegen.TupleGenerator in the codegen module to update.

Source from the content-addressed store, hash-verified

9 * <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
10 */
11public final class Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> implements Tuple {
12 private static final int SIZE = 11;
13
14 private final T1 value1;
15
16 private final T2 value2;
17
18 private final T3 value3;
19
20 private final T4 value4;
21
22 private final T5 value5;
23
24 private final T6 value6;
25
26 private final T7 value7;
27
28 private final T8 value8;
29
30 private final T9 value9;
31
32 private final T10 value10;
33
34 private final T11 value11;
35
36 public Tuple11(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11) {
37 this.value1 = value1;
38 this.value2 = value2;
39 this.value3 = value3;
40 this.value4 = value4;
41 this.value5 = value5;
42 this.value6 = value6;
43 this.value7 = value7;
44 this.value8 = value8;
45 this.value9 = value9;
46 this.value10 = value10;
47 this.value11 = value11;
48 }
49
50 /**
51 * @deprecated use 'component1' method instead
52 * @return a value */
53 @Deprecated
54 public T1 getValue1() {
55 return value1;
56 }
57
58 public T1 component1() {
59 return value1;
60 }
61
62 /**
63 * @deprecated use 'component2' method instead
64 * @return a value */
65 @Deprecated
66 public T2 getValue2() {
67 return value2;
68 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected