Package org.stellar.sdk.xdr
Class BucketEntry.BucketEntryBuilder
java.lang.Object
org.stellar.sdk.xdr.BucketEntry.BucketEntryBuilder
- Enclosing class:
BucketEntry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of thedeadEntryfield.discriminant(BucketEntryType discriminant) Value of thediscriminantfield.liveEntry(LedgerEntry liveEntry) Value of theliveEntryfield.metaEntry(BucketMetadata metaEntry) Value of themetaEntryfield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
liveEntry
Value of theliveEntryfield.- Parameters:
liveEntry- theliveEntryfield value- Returns:
this.
-
deadEntry
Value of thedeadEntryfield.- Parameters:
deadEntry- thedeadEntryfield value- Returns:
this.
-
metaEntry
Value of themetaEntryfield.- Parameters:
metaEntry- themetaEntryfield value- Returns:
this.
-
build
-
toString
-