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