Package org.stellar.sdk.xdr
Class LedgerEntryChange.LedgerEntryChangeBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryChange.LedgerEntryChangeBuilder
- Enclosing class:
LedgerEntryChange
-
Method Summary
Modifier and TypeMethodDescriptionbuild()created(LedgerEntry created) Value of thecreatedfield.discriminant(LedgerEntryChangeType discriminant) Value of thediscriminantfield.Value of theremovedfield.restored(LedgerEntry restored) Value of therestoredfield.state(LedgerEntry state) Value of thestatefield.toString()updated(LedgerEntry updated) Value of theupdatedfield.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
created
Value of thecreatedfield.- Parameters:
created- thecreatedfield value- Returns:
this.
-
updated
Value of theupdatedfield.- Parameters:
updated- theupdatedfield value- Returns:
this.
-
removed
Value of theremovedfield.- Parameters:
removed- theremovedfield value- Returns:
this.
-
state
Value of thestatefield.- Parameters:
state- thestatefield value- Returns:
this.
-
restored
Value of therestoredfield.- Parameters:
restored- therestoredfield value- Returns:
this.
-
build
-
toString
-