Class SurveyResponseBody

java.lang.Object
org.stellar.sdk.xdr.SurveyResponseBody

public class SurveyResponseBody extends Object
SurveyResponseBody's original definition in the XDR file is:
 union SurveyResponseBody switch (SurveyMessageResponseType type)
 {
 case SURVEY_TOPOLOGY_RESPONSE_V0:
     TopologyResponseBodyV0 topologyResponseBodyV0;
 case SURVEY_TOPOLOGY_RESPONSE_V1:
     TopologyResponseBodyV1 topologyResponseBodyV1;
 case SURVEY_TOPOLOGY_RESPONSE_V2:
     TopologyResponseBodyV2 topologyResponseBodyV2;
 };