Package org.stellar.sdk.xdr
Class SCSpecUDTUnionV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecUDTUnionV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecUDTUnionV0 encodedSCSpecUDTUnionV0) booleanstatic SCSpecUDTUnionV0fromXdrBase64(String xdr) static SCSpecUDTUnionV0fromXdrByteArray(byte[] xdr) getCases()getDoc()getLib()getName()inthashCode()voidsetCases(SCSpecUDTUnionCaseV0[] value) voidvoidvoidbyte[]
-
Constructor Details
-
SCSpecUDTUnionV0
public SCSpecUDTUnionV0()
-
-
Method Details
-
getDoc
-
setDoc
-
getLib
-
setLib
-
getName
-
setName
-
getCases
-
setCases
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecUDTUnionV0 encodedSCSpecUDTUnionV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-