Package org.stellar.sdk.xdr
Class SCSpecUDTUnionCaseTupleV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0
SCSpecUDTUnionCaseTupleV0's original definition in the XDR file is:
struct SCSpecUDTUnionCaseTupleV0 { string doc<SC_SPEC_DOC_LIMIT>; string name<60>; SCSpecTypeDef type<12>; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionSCSpecUDTUnionCaseTupleV0
(XdrString doc, XdrString name, SCSpecTypeDef[] type) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SCSpecUDTUnionCaseTupleV0
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCSpecUDTUnionCaseTupleV0
fromXdrBase64
(String xdr) static SCSpecUDTUnionCaseTupleV0
fromXdrByteArray
(byte[] xdr) getDoc()
getName()
getType()
int
hashCode()
void
void
void
setType
(SCSpecTypeDef[] type) toString()
default String
default byte[]
-
Constructor Details
-
SCSpecUDTUnionCaseTupleV0
public SCSpecUDTUnionCaseTupleV0() -
SCSpecUDTUnionCaseTupleV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDoc
-
getName
-
getType
-
setDoc
-
setName
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-