public static class LedgerKey.LedgerKeyAccount extends java.lang.Object implements XdrElement
struct
{
AccountID accountID;
}
| Modifier and Type | Class and Description |
|---|---|
static class |
LedgerKey.LedgerKeyAccount.LedgerKeyAccountBuilder |
| Constructor and Description |
|---|
LedgerKeyAccount() |
LedgerKeyAccount(AccountID accountID) |
| Modifier and Type | Method and Description |
|---|---|
static LedgerKey.LedgerKeyAccount.LedgerKeyAccountBuilder |
builder() |
static LedgerKey.LedgerKeyAccount |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static LedgerKey.LedgerKeyAccount |
fromXdrBase64(java.lang.String xdr) |
static LedgerKey.LedgerKeyAccount |
fromXdrByteArray(byte[] xdr) |
AccountID |
getAccountID() |
int |
hashCode() |
void |
setAccountID(AccountID accountID) |
LedgerKey.LedgerKeyAccount.LedgerKeyAccountBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic LedgerKeyAccount()
public LedgerKeyAccount(AccountID accountID)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static LedgerKey.LedgerKeyAccount decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static LedgerKey.LedgerKeyAccount fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static LedgerKey.LedgerKeyAccount fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static LedgerKey.LedgerKeyAccount.LedgerKeyAccountBuilder builder()
public LedgerKey.LedgerKeyAccount.LedgerKeyAccountBuilder toBuilder()
public AccountID getAccountID()
public void setAccountID(AccountID accountID)
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