public static class AccountEntry.AccountEntryExt extends java.lang.Object implements XdrElement
union switch (int v) { case 0: void; case 1: AccountEntryExtensionV1 v1; }
Modifier and Type | Class and Description |
---|---|
static class |
AccountEntry.AccountEntryExt.AccountEntryExtBuilder |
Constructor and Description |
---|
AccountEntryExt() |
AccountEntryExt(java.lang.Integer discriminant,
AccountEntryExtensionV1 v1) |
Modifier and Type | Method and Description |
---|---|
static AccountEntry.AccountEntryExt.AccountEntryExtBuilder |
builder() |
static AccountEntry.AccountEntryExt |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static AccountEntry.AccountEntryExt |
fromXdrBase64(java.lang.String xdr) |
static AccountEntry.AccountEntryExt |
fromXdrByteArray(byte[] xdr) |
java.lang.Integer |
getDiscriminant() |
AccountEntryExtensionV1 |
getV1() |
int |
hashCode() |
void |
setDiscriminant(java.lang.Integer discriminant) |
void |
setV1(AccountEntryExtensionV1 v1) |
AccountEntry.AccountEntryExt.AccountEntryExtBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public AccountEntryExt()
public AccountEntryExt(java.lang.Integer discriminant, AccountEntryExtensionV1 v1)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static AccountEntry.AccountEntryExt decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static AccountEntry.AccountEntryExt fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static AccountEntry.AccountEntryExt fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static AccountEntry.AccountEntryExt.AccountEntryExtBuilder builder()
public AccountEntry.AccountEntryExt.AccountEntryExtBuilder toBuilder()
public java.lang.Integer getDiscriminant()
public AccountEntryExtensionV1 getV1()
public void setDiscriminant(java.lang.Integer discriminant)
public void setV1(AccountEntryExtensionV1 v1)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object