public static class TrustLineEntry.TrustLineEntryBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TrustLineEntry.TrustLineEntryBuilder |
accountID(AccountID accountID) |
TrustLineEntry.TrustLineEntryBuilder |
asset(TrustLineAsset asset) |
TrustLineEntry.TrustLineEntryBuilder |
balance(Int64 balance) |
TrustLineEntry |
build() |
TrustLineEntry.TrustLineEntryBuilder |
ext(TrustLineEntry.TrustLineEntryExt ext) |
TrustLineEntry.TrustLineEntryBuilder |
flags(Uint32 flags) |
TrustLineEntry.TrustLineEntryBuilder |
limit(Int64 limit) |
java.lang.String |
toString() |
public TrustLineEntry.TrustLineEntryBuilder accountID(AccountID accountID)
this
.public TrustLineEntry.TrustLineEntryBuilder asset(TrustLineAsset asset)
this
.public TrustLineEntry.TrustLineEntryBuilder balance(Int64 balance)
this
.public TrustLineEntry.TrustLineEntryBuilder limit(Int64 limit)
this
.public TrustLineEntry.TrustLineEntryBuilder flags(Uint32 flags)
this
.public TrustLineEntry.TrustLineEntryBuilder ext(TrustLineEntry.TrustLineEntryExt ext)
this
.public TrustLineEntry build()
public java.lang.String toString()
toString
in class java.lang.Object