Package org.stellar.sdk.xdr
Class AccountEntry.AccountEntryExt
java.lang.Object
org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
- Enclosing class:
AccountEntry
AccountEntryExt's original definition in the XDR file is:
union switch (int v) { case 0: void; case 1: AccountEntryExtensionV1 v1; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static AccountEntry.AccountEntryExt
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static AccountEntry.AccountEntryExt
fromXdrBase64
(String xdr) static AccountEntry.AccountEntryExt
fromXdrByteArray
(byte[] xdr) getV1()
int
hashCode()
void
setDiscriminant
(Integer discriminant) void
toString()
default String
default byte[]
-
Constructor Details
-
AccountEntryExt
public AccountEntryExt() -
AccountEntryExt
-
-
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
-