public static class LedgerEntry.LedgerEntryExt extends java.lang.Object implements XdrElement
union switch (int v)
{
case 0:
void;
case 1:
LedgerEntryExtensionV1 v1;
}
| Modifier and Type | Class and Description |
|---|---|
static class |
LedgerEntry.LedgerEntryExt.LedgerEntryExtBuilder |
| Constructor and Description |
|---|
LedgerEntryExt() |
LedgerEntryExt(java.lang.Integer discriminant,
LedgerEntryExtensionV1 v1) |
| Modifier and Type | Method and Description |
|---|---|
static LedgerEntry.LedgerEntryExt.LedgerEntryExtBuilder |
builder() |
static LedgerEntry.LedgerEntryExt |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static LedgerEntry.LedgerEntryExt |
fromXdrBase64(java.lang.String xdr) |
static LedgerEntry.LedgerEntryExt |
fromXdrByteArray(byte[] xdr) |
java.lang.Integer |
getDiscriminant() |
LedgerEntryExtensionV1 |
getV1() |
int |
hashCode() |
void |
setDiscriminant(java.lang.Integer discriminant) |
void |
setV1(LedgerEntryExtensionV1 v1) |
LedgerEntry.LedgerEntryExt.LedgerEntryExtBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic LedgerEntryExt()
public LedgerEntryExt(java.lang.Integer discriminant,
LedgerEntryExtensionV1 v1)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static LedgerEntry.LedgerEntryExt decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static LedgerEntry.LedgerEntryExt fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static LedgerEntry.LedgerEntryExt fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static LedgerEntry.LedgerEntryExt.LedgerEntryExtBuilder builder()
public LedgerEntry.LedgerEntryExt.LedgerEntryExtBuilder toBuilder()
public java.lang.Integer getDiscriminant()
public LedgerEntryExtensionV1 getV1()
public void setDiscriminant(java.lang.Integer discriminant)
public void setV1(LedgerEntryExtensionV1 v1)
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