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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSCSpecUDTUnionCaseTupleV0(XdrString doc, XdrString name, SCSpecTypeDef[] type) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCSpecUDTUnionCaseTupleV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecUDTUnionCaseTupleV0fromXdrBase64(String xdr) static SCSpecUDTUnionCaseTupleV0fromXdrByteArray(byte[] xdr) getDoc()getName()getType()inthashCode()voidvoidvoidsetType(SCSpecTypeDef[] type) toString()default Stringdefault 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
-