public class SCSpecEventParamV0 extends java.lang.Object implements XdrElement
struct SCSpecEventParamV0 { string doc<SC_SPEC_DOC_LIMIT>; string name<30>; SCSpecTypeDef type; SCSpecEventParamLocationV0 location; };
Modifier and Type | Class and Description |
---|---|
static class |
SCSpecEventParamV0.SCSpecEventParamV0Builder |
Constructor and Description |
---|
SCSpecEventParamV0() |
SCSpecEventParamV0(XdrString doc,
XdrString name,
SCSpecTypeDef type,
SCSpecEventParamLocationV0 location) |
Modifier and Type | Method and Description |
---|---|
static SCSpecEventParamV0.SCSpecEventParamV0Builder |
builder() |
static SCSpecEventParamV0 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static SCSpecEventParamV0 |
fromXdrBase64(java.lang.String xdr) |
static SCSpecEventParamV0 |
fromXdrByteArray(byte[] xdr) |
XdrString |
getDoc() |
SCSpecEventParamLocationV0 |
getLocation() |
XdrString |
getName() |
SCSpecTypeDef |
getType() |
int |
hashCode() |
void |
setDoc(XdrString doc) |
void |
setLocation(SCSpecEventParamLocationV0 location) |
void |
setName(XdrString name) |
void |
setType(SCSpecTypeDef type) |
SCSpecEventParamV0.SCSpecEventParamV0Builder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public SCSpecEventParamV0()
public SCSpecEventParamV0(XdrString doc, XdrString name, SCSpecTypeDef type, SCSpecEventParamLocationV0 location)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static SCSpecEventParamV0 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static SCSpecEventParamV0 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static SCSpecEventParamV0 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static SCSpecEventParamV0.SCSpecEventParamV0Builder builder()
public SCSpecEventParamV0.SCSpecEventParamV0Builder toBuilder()
public XdrString getDoc()
public XdrString getName()
public SCSpecTypeDef getType()
public SCSpecEventParamLocationV0 getLocation()
public void setDoc(XdrString doc)
public void setName(XdrString name)
public void setType(SCSpecTypeDef type)
public void setLocation(SCSpecEventParamLocationV0 location)
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