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