public class DependentTxCluster extends java.lang.Object implements XdrElement
typedef TransactionEnvelope DependentTxCluster<>;
| Constructor and Description |
|---|
DependentTxCluster() |
DependentTxCluster(TransactionEnvelope[] DependentTxCluster) |
| Modifier and Type | Method and Description |
|---|---|
static DependentTxCluster |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static DependentTxCluster |
fromXdrBase64(java.lang.String xdr) |
static DependentTxCluster |
fromXdrByteArray(byte[] xdr) |
TransactionEnvelope[] |
getDependentTxCluster() |
int |
hashCode() |
void |
setDependentTxCluster(TransactionEnvelope[] DependentTxCluster) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic DependentTxCluster()
public DependentTxCluster(TransactionEnvelope[] DependentTxCluster)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static DependentTxCluster decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static DependentTxCluster fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static DependentTxCluster fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic TransactionEnvelope[] getDependentTxCluster()
public void setDependentTxCluster(TransactionEnvelope[] DependentTxCluster)
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