public class PingSweepRequestDTO extends Object implements RpcRequest
Constructor and Description |
---|
PingSweepRequestDTO() |
Modifier and Type | Method and Description |
---|---|
void |
addIpRange(IPRangeDTO range) |
boolean |
equals(Object obj) |
List<IPRangeDTO> |
getIpRanges() |
String |
getLocation()
Used to route the request to the appropriate location.
|
int |
getPacketSize() |
double |
getPacketsPerSecond() |
Long |
getTimeToLiveMs()
When using JMS, the request will fail if no response was received in this
many milliseconds.
|
int |
hashCode() |
void |
setIpRanges(List<IPRangeDTO> ipRanges) |
void |
setLocation(String location) |
void |
setPacketSize(int packetSize) |
void |
setPacketsPerSecond(double packetsPerSecond) |
public String getLocation()
RpcRequest
getLocation
in interface RpcRequest
public void setLocation(String location)
public int getPacketSize()
public void setPacketSize(int packetSize)
public double getPacketsPerSecond()
public void setPacketsPerSecond(double packetsPerSecond)
public List<IPRangeDTO> getIpRanges()
public void addIpRange(IPRangeDTO range)
public void setIpRanges(List<IPRangeDTO> ipRanges)
public Long getTimeToLiveMs()
RpcRequest
getTimeToLiveMs
in interface RpcRequest
Copyright © 2020. All rights reserved.