Package org.stellar.sdk.xdr
Class SignedSurveyResponseMessage
java.lang.Object
org.stellar.sdk.xdr.SignedSurveyResponseMessage
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignedSurveyResponseMessagedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SignedSurveyResponseMessage encodedSignedSurveyResponseMessage) booleanstatic SignedSurveyResponseMessagefromXdrBase64(String xdr) static SignedSurveyResponseMessagefromXdrByteArray(byte[] xdr) inthashCode()voidsetResponse(SurveyResponseMessage value) voidsetResponseSignature(Signature value) byte[]
-
Constructor Details
-
SignedSurveyResponseMessage
public SignedSurveyResponseMessage()
-
-
Method Details
-
getResponseSignature
-
setResponseSignature
-
getResponse
-
setResponse
-
encode
public static void encode(XdrDataOutputStream stream, SignedSurveyResponseMessage encodedSignedSurveyResponseMessage) 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
-