Package org.stellar.sdk.xdr
Class SurveyResponseMessage
java.lang.Object
org.stellar.sdk.xdr.SurveyResponseMessage
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SurveyResponseMessagedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SurveyResponseMessage encodedSurveyResponseMessage) booleanstatic SurveyResponseMessagefromXdrBase64(String xdr) static SurveyResponseMessagefromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetEncryptedBody(EncryptedBody value) voidsetLedgerNum(Uint32 value) voidsetSurveyedPeerID(NodeID value) voidsetSurveyorPeerID(NodeID value) byte[]
-
Constructor Details
-
SurveyResponseMessage
public SurveyResponseMessage()
-
-
Method Details
-
getSurveyorPeerID
-
setSurveyorPeerID
-
getSurveyedPeerID
-
setSurveyedPeerID
-
getLedgerNum
-
setLedgerNum
-
getCommandType
-
setCommandType
-
getEncryptedBody
-
setEncryptedBody
-
encode
public static void encode(XdrDataOutputStream stream, SurveyResponseMessage encodedSurveyResponseMessage) 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
-