public static class FeeBumpTransaction.FeeBumpTransactionExt extends java.lang.Object implements XdrElement
union switch (int v)
{
case 0:
void;
}
| Modifier and Type | Class and Description |
|---|---|
static class |
FeeBumpTransaction.FeeBumpTransactionExt.FeeBumpTransactionExtBuilder |
| Constructor and Description |
|---|
FeeBumpTransactionExt() |
FeeBumpTransactionExt(java.lang.Integer discriminant) |
| Modifier and Type | Method and Description |
|---|---|
static FeeBumpTransaction.FeeBumpTransactionExt.FeeBumpTransactionExtBuilder |
builder() |
static FeeBumpTransaction.FeeBumpTransactionExt |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static FeeBumpTransaction.FeeBumpTransactionExt |
fromXdrBase64(java.lang.String xdr) |
static FeeBumpTransaction.FeeBumpTransactionExt |
fromXdrByteArray(byte[] xdr) |
java.lang.Integer |
getDiscriminant() |
int |
hashCode() |
void |
setDiscriminant(java.lang.Integer discriminant) |
FeeBumpTransaction.FeeBumpTransactionExt.FeeBumpTransactionExtBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic FeeBumpTransactionExt()
public FeeBumpTransactionExt(java.lang.Integer discriminant)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static FeeBumpTransaction.FeeBumpTransactionExt decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static FeeBumpTransaction.FeeBumpTransactionExt fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static FeeBumpTransaction.FeeBumpTransactionExt fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static FeeBumpTransaction.FeeBumpTransactionExt.FeeBumpTransactionExtBuilder builder()
public FeeBumpTransaction.FeeBumpTransactionExt.FeeBumpTransactionExtBuilder toBuilder()
public java.lang.Integer getDiscriminant()
public void setDiscriminant(java.lang.Integer discriminant)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object