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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getDiscoveryId() Gets the discovery identifier of the Probe request that has resolved the discovered device.
      • 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

    • 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.