public static class AccountEntry.AccountEntryBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AccountEntry.AccountEntryBuilder |
accountID(AccountID accountID) |
AccountEntry.AccountEntryBuilder |
balance(Int64 balance) |
AccountEntry |
build() |
AccountEntry.AccountEntryBuilder |
ext(AccountEntry.AccountEntryExt ext) |
AccountEntry.AccountEntryBuilder |
flags(Uint32 flags) |
AccountEntry.AccountEntryBuilder |
homeDomain(String32 homeDomain) |
AccountEntry.AccountEntryBuilder |
inflationDest(AccountID inflationDest) |
AccountEntry.AccountEntryBuilder |
numSubEntries(Uint32 numSubEntries) |
AccountEntry.AccountEntryBuilder |
seqNum(SequenceNumber seqNum) |
AccountEntry.AccountEntryBuilder |
signers(Signer[] signers) |
AccountEntry.AccountEntryBuilder |
thresholds(Thresholds thresholds) |
java.lang.String |
toString() |
public AccountEntry.AccountEntryBuilder accountID(AccountID accountID)
this
.public AccountEntry.AccountEntryBuilder balance(Int64 balance)
this
.public AccountEntry.AccountEntryBuilder seqNum(SequenceNumber seqNum)
this
.public AccountEntry.AccountEntryBuilder numSubEntries(Uint32 numSubEntries)
this
.public AccountEntry.AccountEntryBuilder inflationDest(AccountID inflationDest)
this
.public AccountEntry.AccountEntryBuilder flags(Uint32 flags)
this
.public AccountEntry.AccountEntryBuilder homeDomain(String32 homeDomain)
this
.public AccountEntry.AccountEntryBuilder thresholds(Thresholds thresholds)
this
.public AccountEntry.AccountEntryBuilder signers(Signer[] signers)
this
.public AccountEntry.AccountEntryBuilder ext(AccountEntry.AccountEntryExt ext)
this
.public AccountEntry build()
public java.lang.String toString()
toString
in class java.lang.Object