public static class SurveyResponseMessage.SurveyResponseMessageBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SurveyResponseMessage |
build() |
SurveyResponseMessage.SurveyResponseMessageBuilder |
commandType(SurveyMessageCommandType commandType) |
SurveyResponseMessage.SurveyResponseMessageBuilder |
encryptedBody(EncryptedBody encryptedBody) |
SurveyResponseMessage.SurveyResponseMessageBuilder |
ledgerNum(Uint32 ledgerNum) |
SurveyResponseMessage.SurveyResponseMessageBuilder |
surveyedPeerID(NodeID surveyedPeerID) |
SurveyResponseMessage.SurveyResponseMessageBuilder |
surveyorPeerID(NodeID surveyorPeerID) |
java.lang.String |
toString() |
public SurveyResponseMessage.SurveyResponseMessageBuilder surveyorPeerID(NodeID surveyorPeerID)
this
.public SurveyResponseMessage.SurveyResponseMessageBuilder surveyedPeerID(NodeID surveyedPeerID)
this
.public SurveyResponseMessage.SurveyResponseMessageBuilder ledgerNum(Uint32 ledgerNum)
this
.public SurveyResponseMessage.SurveyResponseMessageBuilder commandType(SurveyMessageCommandType commandType)
this
.public SurveyResponseMessage.SurveyResponseMessageBuilder encryptedBody(EncryptedBody encryptedBody)
this
.public SurveyResponseMessage build()
public java.lang.String toString()
toString
in class java.lang.Object