Package org.stellar.sdk.xdr
Class LedgerEntry.LedgerEntryExt
java.lang.Object
org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
- Enclosing class:
LedgerEntry
LedgerEntryExt's original definition in the XDR file is:
union switch (int v) { case 0: void; case 1: LedgerEntryExtensionV1 v1; }
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static LedgerEntry.LedgerEntryExt
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static LedgerEntry.LedgerEntryExt
fromXdrBase64
(String xdr) static LedgerEntry.LedgerEntryExt
fromXdrByteArray
(byte[] xdr) getV1()
int
hashCode()
void
setDiscriminant
(Integer discriminant) void
toString()
default String
default byte[]
-
Constructor Details
-
LedgerEntryExt
public LedgerEntryExt() -
LedgerEntryExt
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
getV1
-
setDiscriminant
-
setV1
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-