Package org.stellar.sdk.xdr
Class Memo.MemoBuilder
java.lang.Object
org.stellar.sdk.xdr.Memo.MemoBuilder
- Enclosing class:
Memo
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(MemoType discriminant) Value of thediscriminantfield.Value of thehashfield.Value of theidfield.Value of theretHashfield.Value of thetextfield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
text
Value of thetextfield.- Parameters:
text- thetextfield value- Returns:
this.
-
id
Value of theidfield.- Parameters:
id- theidfield value- Returns:
this.
-
hash
Value of thehashfield.- Parameters:
hash- thehashfield value- Returns:
this.
-
retHash
Value of theretHashfield.- Parameters:
retHash- theretHashfield value- Returns:
this.
-
build
-
toString
-