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