public class UInt128Parts extends java.lang.Object implements XdrElement
struct UInt128Parts { uint64 hi; uint64 lo; };
Modifier and Type | Class and Description |
---|---|
static class |
UInt128Parts.UInt128PartsBuilder |
Constructor and Description |
---|
UInt128Parts() |
UInt128Parts(Uint64 hi,
Uint64 lo) |
Modifier and Type | Method and Description |
---|---|
static UInt128Parts.UInt128PartsBuilder |
builder() |
static UInt128Parts |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static UInt128Parts |
fromXdrBase64(java.lang.String xdr) |
static UInt128Parts |
fromXdrByteArray(byte[] xdr) |
Uint64 |
getHi() |
Uint64 |
getLo() |
int |
hashCode() |
void |
setHi(Uint64 hi) |
void |
setLo(Uint64 lo) |
UInt128Parts.UInt128PartsBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static UInt128Parts decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static UInt128Parts fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static UInt128Parts fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static UInt128Parts.UInt128PartsBuilder builder()
public UInt128Parts.UInt128PartsBuilder toBuilder()
public Uint64 getHi()
public Uint64 getLo()
public void setHi(Uint64 hi)
public void setLo(Uint64 lo)
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