Package org.stellar.sdk.xdr
Class TransactionMeta.TransactionMetaBuilder
java.lang.Object
org.stellar.sdk.xdr.TransactionMeta.TransactionMetaBuilder
- Enclosing class:
TransactionMeta
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(Integer discriminant) Value of thediscriminantfield.operations(OperationMeta[] operations) Value of theoperationsfield.toString()v1(TransactionMetaV1 v1) Value of thev1field.v2(TransactionMetaV2 v2) Value of thev2field.v3(TransactionMetaV3 v3) Value of thev3field.v4(TransactionMetaV4 v4) Value of thev4field.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
operations
Value of theoperationsfield.- Parameters:
operations- theoperationsfield value- Returns:
this.
-
v1
Value of thev1field.- Parameters:
v1- thev1field value- Returns:
this.
-
v2
Value of thev2field.- Parameters:
v2- thev2field value- Returns:
this.
-
v3
Value of thev3field.- Parameters:
v3- thev3field value- Returns:
this.
-
v4
Value of thev4field.- Parameters:
v4- thev4field value- Returns:
this.
-
build
-
toString
-