Class ProbeMatchesMessage

  • All Implemented Interfaces:
    EventMessage

    public class ProbeMatchesMessage
    extends AbstractEventMessage<org.somda.sdc.dpws.soap.wsdiscovery.model.ProbeMatchesType>
    ProbeMatches event message.
    • Constructor Detail

      • ProbeMatchesMessage

        public ProbeMatchesMessage​(String probeRequestId,
                                   org.somda.sdc.dpws.soap.wsdiscovery.model.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.