Package org.opennms.netmgt.icmp.proxy
Class PingSweepResultDTO
- java.lang.Object
-
- org.opennms.netmgt.icmp.proxy.PingSweepResultDTO
-
public class PingSweepResultDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description PingSweepResultDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
InetAddress
getAddress()
double
getRtt()
int
hashCode()
void
setAddress(InetAddress address)
void
setRtt(double rtt)
-
-
-
Method Detail
-
getAddress
public InetAddress getAddress()
-
setAddress
public void setAddress(InetAddress address)
-
getRtt
public double getRtt()
-
setRtt
public void setRtt(double rtt)
-
-