public static class LedgerKey.LedgerKeyClaimableBalance extends java.lang.Object implements XdrElement
struct
{
ClaimableBalanceID balanceID;
}
| Modifier and Type | Class and Description |
|---|---|
static class |
LedgerKey.LedgerKeyClaimableBalance.LedgerKeyClaimableBalanceBuilder |
| Constructor and Description |
|---|
LedgerKeyClaimableBalance() |
LedgerKeyClaimableBalance(ClaimableBalanceID balanceID) |
| Modifier and Type | Method and Description |
|---|---|
static LedgerKey.LedgerKeyClaimableBalance.LedgerKeyClaimableBalanceBuilder |
builder() |
static LedgerKey.LedgerKeyClaimableBalance |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static LedgerKey.LedgerKeyClaimableBalance |
fromXdrBase64(java.lang.String xdr) |
static LedgerKey.LedgerKeyClaimableBalance |
fromXdrByteArray(byte[] xdr) |
ClaimableBalanceID |
getBalanceID() |
int |
hashCode() |
void |
setBalanceID(ClaimableBalanceID balanceID) |
LedgerKey.LedgerKeyClaimableBalance.LedgerKeyClaimableBalanceBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic LedgerKeyClaimableBalance()
public LedgerKeyClaimableBalance(ClaimableBalanceID balanceID)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static LedgerKey.LedgerKeyClaimableBalance decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static LedgerKey.LedgerKeyClaimableBalance fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static LedgerKey.LedgerKeyClaimableBalance fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static LedgerKey.LedgerKeyClaimableBalance.LedgerKeyClaimableBalanceBuilder builder()
public LedgerKey.LedgerKeyClaimableBalance.LedgerKeyClaimableBalanceBuilder toBuilder()
public ClaimableBalanceID getBalanceID()
public void setBalanceID(ClaimableBalanceID balanceID)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object