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