Package org.somda.sdc.dpws.client.event
Class ProbedDeviceFoundMessage
-
- All Implemented Interfaces:
-
org.somda.sdc.common.event.EventMessage
public class ProbedDeviceFoundMessage extends AbstractEventMessage<T>Provides a DiscoveredDevice object that is delivered through a ProbeMatches message for a certain Probe request.
-
-
Field Summary
Fields Modifier and Type Field Description public final StringdiscoveryIdpublic final Tpayload
-
Constructor Summary
Constructors Constructor Description ProbedDeviceFoundMessage(DiscoveredDevice payload, String discoveryId)
-
Method Summary
Modifier and Type Method Description StringgetDiscoveryId()Gets the discovery identifier of the Probe request that has resolved the discovered device. -
-
Constructor Detail
-
ProbedDeviceFoundMessage
ProbedDeviceFoundMessage(DiscoveredDevice payload, String discoveryId)
-
-
Method Detail
-
getDiscoveryId
String getDiscoveryId()
Gets the discovery identifier of the Probe request that has resolved the discovered device.
- Returns:
the discovery identifier of the discovery process that the discovered device relates to.
-
-
-
-