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