Package org.stellar.sdk.xdr
Class LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
- All Implemented Interfaces:
XdrElement
- Enclosing class:
LedgerEntryExtensionV1
public static class LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
extends Object
implements XdrElement
LedgerEntryExtensionV1Ext's original definition in the XDR file is:
union switch (int v)
{
case 0:
void;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer discriminant) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
LedgerEntryExtensionV1Ext
public LedgerEntryExtensionV1Ext() -
LedgerEntryExtensionV1Ext
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-