Class ProbeMatchesMessage
-
- All Implemented Interfaces:
-
org.somda.sdc.common.event.EventMessage
public class ProbeMatchesMessage extends AbstractEventMessage<T>ProbeMatches event message.
-
-
Field Summary
Fields Modifier and Type Field Description public final StringprobeRequestIdpublic final Tpayload
-
Constructor Summary
Constructors Constructor Description ProbeMatchesMessage(String probeRequestId, ProbeMatchesType payload)Constructor.
-
Method Summary
Modifier and Type Method Description StringgetProbeRequestId()Gets the identifier that relates a probe request and response to each other. -
-
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.
-
-
-
-