Package org.stellar.sdk.xdr
Class SignedSurveyResponseMessage
java.lang.Object
org.stellar.sdk.xdr.SignedSurveyResponseMessage
SignedSurveyResponseMessage's original definition in the XDR file is:
struct SignedSurveyResponseMessage { Signature responseSignature; SurveyResponseMessage response; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionSignedSurveyResponseMessage
(Signature responseSignature, SurveyResponseMessage response) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SignedSurveyResponseMessage
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SignedSurveyResponseMessage
fromXdrBase64
(String xdr) static SignedSurveyResponseMessage
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setResponse
(SurveyResponseMessage response) void
setResponseSignature
(Signature responseSignature) toString()
default String
default byte[]
-
Constructor Details
-
SignedSurveyResponseMessage
public SignedSurveyResponseMessage() -
SignedSurveyResponseMessage
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getResponseSignature
-
getResponse
-
setResponseSignature
-
setResponse
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-