public class SCSpecTypeVec extends java.lang.Object implements XdrElement
struct SCSpecTypeVec
{
SCSpecTypeDef elementType;
};
| Modifier and Type | Class and Description |
|---|---|
static class |
SCSpecTypeVec.SCSpecTypeVecBuilder |
| Constructor and Description |
|---|
SCSpecTypeVec() |
SCSpecTypeVec(SCSpecTypeDef elementType) |
| Modifier and Type | Method and Description |
|---|---|
static SCSpecTypeVec.SCSpecTypeVecBuilder |
builder() |
static SCSpecTypeVec |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static SCSpecTypeVec |
fromXdrBase64(java.lang.String xdr) |
static SCSpecTypeVec |
fromXdrByteArray(byte[] xdr) |
SCSpecTypeDef |
getElementType() |
int |
hashCode() |
void |
setElementType(SCSpecTypeDef elementType) |
SCSpecTypeVec.SCSpecTypeVecBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic SCSpecTypeVec()
public SCSpecTypeVec(SCSpecTypeDef elementType)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static SCSpecTypeVec decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecTypeVec fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecTypeVec fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecTypeVec.SCSpecTypeVecBuilder builder()
public SCSpecTypeVec.SCSpecTypeVecBuilder toBuilder()
public SCSpecTypeDef getElementType()
public void setElementType(SCSpecTypeDef elementType)
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