public class UInt256Parts extends java.lang.Object implements XdrElement
struct UInt256Parts { uint64 hi_hi; uint64 hi_lo; uint64 lo_hi; uint64 lo_lo; };
Modifier and Type | Class and Description |
---|---|
static class |
UInt256Parts.UInt256PartsBuilder |
Constructor and Description |
---|
UInt256Parts() |
UInt256Parts(Uint64 hi_hi,
Uint64 hi_lo,
Uint64 lo_hi,
Uint64 lo_lo) |
Modifier and Type | Method and Description |
---|---|
static UInt256Parts.UInt256PartsBuilder |
builder() |
static UInt256Parts |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static UInt256Parts |
fromXdrBase64(java.lang.String xdr) |
static UInt256Parts |
fromXdrByteArray(byte[] xdr) |
Uint64 |
getHi_hi() |
Uint64 |
getHi_lo() |
Uint64 |
getLo_hi() |
Uint64 |
getLo_lo() |
int |
hashCode() |
void |
setHi_hi(Uint64 hi_hi) |
void |
setHi_lo(Uint64 hi_lo) |
void |
setLo_hi(Uint64 lo_hi) |
void |
setLo_lo(Uint64 lo_lo) |
UInt256Parts.UInt256PartsBuilder |
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 UInt256Parts decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static UInt256Parts fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static UInt256Parts fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static UInt256Parts.UInt256PartsBuilder builder()
public UInt256Parts.UInt256PartsBuilder toBuilder()
public Uint64 getHi_hi()
public Uint64 getHi_lo()
public Uint64 getLo_hi()
public Uint64 getLo_lo()
public void setHi_hi(Uint64 hi_hi)
public void setHi_lo(Uint64 hi_lo)
public void setLo_hi(Uint64 lo_hi)
public void setLo_lo(Uint64 lo_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