public class SCSpecTypeBytesN extends java.lang.Object implements XdrElement
struct SCSpecTypeBytesN { uint32 n; };
Modifier and Type | Class and Description |
---|---|
static class |
SCSpecTypeBytesN.SCSpecTypeBytesNBuilder |
Constructor and Description |
---|
SCSpecTypeBytesN() |
SCSpecTypeBytesN(Uint32 n) |
Modifier and Type | Method and Description |
---|---|
static SCSpecTypeBytesN.SCSpecTypeBytesNBuilder |
builder() |
static SCSpecTypeBytesN |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static SCSpecTypeBytesN |
fromXdrBase64(java.lang.String xdr) |
static SCSpecTypeBytesN |
fromXdrByteArray(byte[] xdr) |
Uint32 |
getN() |
int |
hashCode() |
void |
setN(Uint32 n) |
SCSpecTypeBytesN.SCSpecTypeBytesNBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public SCSpecTypeBytesN()
public SCSpecTypeBytesN(Uint32 n)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static SCSpecTypeBytesN decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static SCSpecTypeBytesN fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static SCSpecTypeBytesN fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static SCSpecTypeBytesN.SCSpecTypeBytesNBuilder builder()
public SCSpecTypeBytesN.SCSpecTypeBytesNBuilder toBuilder()
public Uint32 getN()
public void setN(Uint32 n)
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