Class ProbeMatchesMessage

    • Constructor Detail

      • ProbeMatchesMessage

        public ProbeMatchesMessage​(String probeRequestId,
                                   ProbeMatchesType payload)
        Constructor.
        Parameters:
        probeRequestId - the identifier to match to a probe request.
        payload - the payload that encloses ProbeMatches data.
    • Method Detail

      • getProbeRequestId

        public String getProbeRequestId()
        Gets the identifier that relates a probe request and response to each other.
        Returns:
        the probe request identifier.