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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSignedSurveyResponseMessage(Signature responseSignature, SurveyResponseMessage response) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SignedSurveyResponseMessagedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SignedSurveyResponseMessagefromXdrBase64(String xdr) static SignedSurveyResponseMessagefromXdrByteArray(byte[] xdr) inthashCode()voidsetResponse(SurveyResponseMessage response) voidsetResponseSignature(Signature responseSignature) toString()default Stringdefault 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
-