Package org.stellar.sdk.xdr
Class SCSpecTypeResult
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecTypeResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecTypeResult encodedSCSpecTypeResult) booleanstatic SCSpecTypeResultfromXdrBase64(String xdr) static SCSpecTypeResultfromXdrByteArray(byte[] xdr) inthashCode()voidsetErrorType(SCSpecTypeDef value) voidsetOkType(SCSpecTypeDef value) byte[]
-
Constructor Details
-
SCSpecTypeResult
public SCSpecTypeResult()
-
-
Method Details
-
getOkType
-
setOkType
-
getErrorType
-
setErrorType
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecTypeResult encodedSCSpecTypeResult) 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
-