Package org.stellar.sdk.xdr
Class SCSpecUDTUnionCaseV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecUDTUnionCaseV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecUDTUnionCaseV0 encodedSCSpecUDTUnionCaseV0) booleanstatic SCSpecUDTUnionCaseV0fromXdrBase64(String xdr) static SCSpecUDTUnionCaseV0fromXdrByteArray(byte[] xdr) inthashCode()voidvoidvoidbyte[]
-
Constructor Details
-
SCSpecUDTUnionCaseV0
public SCSpecUDTUnionCaseV0()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getVoidCase
-
setVoidCase
-
getTupleCase
-
setTupleCase
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecUDTUnionCaseV0 encodedSCSpecUDTUnionCaseV0) 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
-