Package org.stellar.sdk.xdr
Class Preconditions.PreconditionsBuilder
java.lang.Object
org.stellar.sdk.xdr.Preconditions.PreconditionsBuilder
- Enclosing class:
Preconditions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(PreconditionType discriminant) Value of thediscriminantfield.timeBounds(TimeBounds timeBounds) Value of thetimeBoundsfield.toString()v2(PreconditionsV2 v2) Value of thev2field.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
timeBounds
Value of thetimeBoundsfield.- Parameters:
timeBounds- thetimeBoundsfield value- Returns:
this.
-
v2
Value of thev2field.- Parameters:
v2- thev2field value- Returns:
this.
-
build
-
toString
-