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, toXdrByteArray
public FeeBumpTransactionExt()
public FeeBumpTransactionExt(java.lang.Integer discriminant)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static FeeBumpTransaction.FeeBumpTransactionExt decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static FeeBumpTransaction.FeeBumpTransactionExt fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static FeeBumpTransaction.FeeBumpTransactionExt fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object