MCPcopy Index your code
hub / github.com/LFDT-web3j/web3j / Tuple12

Class Tuple12

tuples/src/main/java/org/web3j/tuples/generated/Tuple12.java:11–281  ·  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 Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> implements Tuple {
12 private static final int SIZE = 12;
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 private final T12 value12;
37
38 public Tuple12(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, T10 value10, T11 value11, T12 value12) {
39 this.value1 = value1;
40 this.value2 = value2;
41 this.value3 = value3;
42 this.value4 = value4;
43 this.value5 = value5;
44 this.value6 = value6;
45 this.value7 = value7;
46 this.value8 = value8;
47 this.value9 = value9;
48 this.value10 = value10;
49 this.value11 = value11;
50 this.value12 = value12;
51 }
52
53 /**
54 * @deprecated use 'component1' method instead
55 * @return a value */
56 @Deprecated
57 public T1 getValue1() {
58 return value1;
59 }
60
61 public T1 component1() {
62 return value1;
63 }
64
65 /**
66 * @deprecated use 'component2' method instead
67 * @return a value */
68 @Deprecated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected