Package org.stellar.sdk.xdr
Class AccountEntry.AccountEntryExt
java.lang.Object
org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
- All Implemented Interfaces:
XdrElement
- 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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static AccountEntry.AccountEntryExtdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic AccountEntry.AccountEntryExtfromXdrBase64(String xdr) static AccountEntry.AccountEntryExtfromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(Integer discriminant) voidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
AccountEntryExt
public AccountEntryExt() -
AccountEntryExt
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
getV1
-
setDiscriminant
-
setV1
-
equals
-
hashCode
public int hashCode() -
toString
-