Package org.stellar.sdk.xdr
Class AccountEntryExtensionV2.AccountEntryExtensionV2Ext
java.lang.Object
org.stellar.sdk.xdr.AccountEntryExtensionV2.AccountEntryExtensionV2Ext
- Enclosing class:
AccountEntryExtensionV2
-
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, AccountEntryExtensionV2.AccountEntryExtensionV2Ext encodedAccountEntryExtensionV2Ext) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV3()inthashCode()voidsetDiscriminant(Integer value) voidsetV3(AccountEntryExtensionV3 value) byte[]
-
Constructor Details
-
AccountEntryExtensionV2Ext
public AccountEntryExtensionV2Ext()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV3
-
setV3
-
encode
public static void encode(XdrDataOutputStream stream, AccountEntryExtensionV2.AccountEntryExtensionV2Ext encodedAccountEntryExtensionV2Ext) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static AccountEntryExtensionV2.AccountEntryExtensionV2Ext decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static AccountEntryExtensionV2.AccountEntryExtensionV2Ext fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static AccountEntryExtensionV2.AccountEntryExtensionV2Ext fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-