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, toXdrByteArray
public SCSpecTypeVec()
public SCSpecTypeVec(SCSpecTypeDef elementType)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static SCSpecTypeVec decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static SCSpecTypeVec fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static SCSpecTypeVec fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object