Package org.stellar.sdk.xdr
Class InvokeHostFunctionResult.InvokeHostFunctionResultBuilder
java.lang.Object
org.stellar.sdk.xdr.InvokeHostFunctionResult.InvokeHostFunctionResultBuilder
- Enclosing class:
InvokeHostFunctionResult
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(InvokeHostFunctionResultCode discriminant) Value of thediscriminantfield.Value of thesuccessfield.toString()
-
Method Details
-
discriminant
public InvokeHostFunctionResult.InvokeHostFunctionResultBuilder discriminant(InvokeHostFunctionResultCode discriminant) Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
success
Value of thesuccessfield.- Parameters:
success- thesuccessfield value- Returns:
this.
-
build
-
toString
-