public class FloodDemand extends java.lang.Object implements XdrElement
struct FloodDemand
{
TxDemandVector txHashes;
};
| Modifier and Type | Class and Description |
|---|---|
static class |
FloodDemand.FloodDemandBuilder |
| Constructor and Description |
|---|
FloodDemand() |
FloodDemand(TxDemandVector txHashes) |
| Modifier and Type | Method and Description |
|---|---|
static FloodDemand.FloodDemandBuilder |
builder() |
static FloodDemand |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static FloodDemand |
fromXdrBase64(java.lang.String xdr) |
static FloodDemand |
fromXdrByteArray(byte[] xdr) |
TxDemandVector |
getTxHashes() |
int |
hashCode() |
void |
setTxHashes(TxDemandVector txHashes) |
FloodDemand.FloodDemandBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic FloodDemand()
public FloodDemand(TxDemandVector txHashes)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static FloodDemand decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static FloodDemand fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static FloodDemand fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static FloodDemand.FloodDemandBuilder builder()
public FloodDemand.FloodDemandBuilder toBuilder()
public TxDemandVector getTxHashes()
public void setTxHashes(TxDemandVector txHashes)
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