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