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