public class SCSpecEventV0 extends java.lang.Object implements XdrElement
struct SCSpecEventV0
{
string doc<SC_SPEC_DOC_LIMIT>;
string lib<80>;
SCSymbol name;
SCSymbol prefixTopics<2>;
SCSpecEventParamV0 params<50>;
SCSpecEventDataFormat dataFormat;
};
| Modifier and Type | Class and Description |
|---|---|
static class |
SCSpecEventV0.SCSpecEventV0Builder |
| Constructor and Description |
|---|
SCSpecEventV0() |
SCSpecEventV0(XdrString doc,
XdrString lib,
SCSymbol name,
SCSymbol[] prefixTopics,
SCSpecEventParamV0[] params,
SCSpecEventDataFormat dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
static SCSpecEventV0.SCSpecEventV0Builder |
builder() |
static SCSpecEventV0 |
decode(XdrDataInputStream stream) |
static SCSpecEventV0 |
decode(XdrDataInputStream stream,
int maxDepth) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static SCSpecEventV0 |
fromXdrBase64(java.lang.String xdr) |
static SCSpecEventV0 |
fromXdrByteArray(byte[] xdr) |
SCSpecEventDataFormat |
getDataFormat() |
XdrString |
getDoc() |
XdrString |
getLib() |
SCSymbol |
getName() |
SCSpecEventParamV0[] |
getParams() |
SCSymbol[] |
getPrefixTopics() |
int |
hashCode() |
void |
setDataFormat(SCSpecEventDataFormat dataFormat) |
void |
setDoc(XdrString doc) |
void |
setLib(XdrString lib) |
void |
setName(SCSymbol name) |
void |
setParams(SCSpecEventParamV0[] params) |
void |
setPrefixTopics(SCSymbol[] prefixTopics) |
SCSpecEventV0.SCSpecEventV0Builder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic SCSpecEventV0()
public SCSpecEventV0(XdrString doc, XdrString lib, SCSymbol name, SCSymbol[] prefixTopics, SCSpecEventParamV0[] params, SCSpecEventDataFormat dataFormat)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static SCSpecEventV0 decode(XdrDataInputStream stream, int maxDepth) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecEventV0 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecEventV0 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecEventV0 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecEventV0.SCSpecEventV0Builder builder()
public SCSpecEventV0.SCSpecEventV0Builder toBuilder()
public XdrString getDoc()
public XdrString getLib()
public SCSymbol getName()
public SCSymbol[] getPrefixTopics()
public SCSpecEventParamV0[] getParams()
public SCSpecEventDataFormat getDataFormat()
public void setDoc(XdrString doc)
public void setLib(XdrString lib)
public void setName(SCSymbol name)
public void setPrefixTopics(SCSymbol[] prefixTopics)
public void setParams(SCSpecEventParamV0[] params)
public void setDataFormat(SCSpecEventDataFormat dataFormat)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object