public class DiscoveryResults extends Object implements Serializable
Constructor and Description |
---|
DiscoveryResults(Map<InetAddress,Long> responses,
String foreignSource,
String location) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getForeignSource() |
String |
getLocation() |
Map<InetAddress,Long> |
getResponses() |
int |
hashCode() |
String |
toString() |
public DiscoveryResults(Map<InetAddress,Long> responses, String foreignSource, String location)
public Map<InetAddress,Long> getResponses()
public String getForeignSource()
public String getLocation()
Copyright © 2017. All rights reserved.