Package org.stellar.sdk.xdr
Class SCSpecUDTUnionCaseVoidV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionCaseVoidV0
SCSpecUDTUnionCaseVoidV0's original definition in the XDR file is:
struct SCSpecUDTUnionCaseVoidV0
{
string doc<SC_SPEC_DOC_LIMIT>;
string name<60>;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCSpecUDTUnionCaseVoidV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecUDTUnionCaseVoidV0fromXdrBase64(String xdr) static SCSpecUDTUnionCaseVoidV0fromXdrByteArray(byte[] xdr) getDoc()getName()inthashCode()voidvoidtoString()default Stringdefault byte[]
-
Constructor Details
-
SCSpecUDTUnionCaseVoidV0
public SCSpecUDTUnionCaseVoidV0() -
SCSpecUDTUnionCaseVoidV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDoc
-
getName
-
setDoc
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-