Package org.stellar.sdk.xdr
Class AccountEntryExtensionV1.AccountEntryExtensionV1Ext
java.lang.Object
org.stellar.sdk.xdr.AccountEntryExtensionV1.AccountEntryExtensionV1Ext
- Enclosing class:
AccountEntryExtensionV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AccountEntryExtensionV1.AccountEntryExtensionV1Ext encodedAccountEntryExtensionV1Ext) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV2()inthashCode()voidsetDiscriminant(Integer value) voidsetV2(AccountEntryExtensionV2 value) byte[]
-
Constructor Details
-
AccountEntryExtensionV1Ext
public AccountEntryExtensionV1Ext()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV2
-
setV2
-
encode
public static void encode(XdrDataOutputStream stream, AccountEntryExtensionV1.AccountEntryExtensionV1Ext encodedAccountEntryExtensionV1Ext) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static AccountEntryExtensionV1.AccountEntryExtensionV1Ext decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static AccountEntryExtensionV1.AccountEntryExtensionV1Ext fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static AccountEntryExtensionV1.AccountEntryExtensionV1Ext fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-