Package org.stellar.sdk.xdr
Class SCSpecTypeOption
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeOption
- All Implemented Interfaces:
XdrElement
SCSpecTypeOption's original definition in the XDR file is:
struct SCSpecTypeOption
{
SCSpecTypeDef valueType;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCSpecTypeOptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecTypeOptionfromXdrBase64(String xdr) static SCSpecTypeOptionfromXdrByteArray(byte[] xdr) inthashCode()voidsetValueType(SCSpecTypeDef valueType) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCSpecTypeOption
public SCSpecTypeOption() -
SCSpecTypeOption
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getValueType
-
setValueType
-
equals
-
hashCode
public int hashCode() -
toString
-