Class DiscoveryResult


  • public class DiscoveryResult
    extends java.lang.Object
    Encapsulate detection result and IP Address with ping duration.
    • Constructor Summary

      Constructors 
      Constructor Description
      DiscoveryResult​(java.lang.Boolean detectResult, java.net.InetAddress address, java.lang.Double pingDuration)  
    • Constructor Detail

      • DiscoveryResult

        public DiscoveryResult​(java.lang.Boolean detectResult,
                               java.net.InetAddress address,
                               java.lang.Double pingDuration)
    • Method Detail

      • getDetectResult

        public java.lang.Boolean getDetectResult()
      • getAddress

        public java.net.InetAddress getAddress()
      • getPingDuration

        public java.lang.Double getPingDuration()