Class ProbeMatchesMessage

  • All Implemented Interfaces:
    org.somda.sdc.common.event.EventMessage

    
    public class ProbeMatchesMessage
    extends AbstractEventMessage<T>
                        

    ProbeMatches event message.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ProbeMatchesMessage(String probeRequestId, ProbeMatchesType payload) Constructor.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getProbeRequestId() Gets the identifier that relates a probe request and response to each other.
      • Methods inherited from class org.somda.sdc.common.event.AbstractEventMessage

        getPayload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProbeMatchesMessage

        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

         String getProbeRequestId()

        Gets the identifier that relates a probe request and response to each other.

        Returns:

        the probe request identifier.