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() |
String |
getSystemId()
Used to route the request to a particular system at the given location.
|
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) |
void |
setSystemId(String systemId) |
public String getLocation()
RpcRequest
getLocation
in interface RpcRequest
public void setSystemId(String systemId)
public String getSystemId()
RpcRequest
getSystemId
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 © 2019. All rights reserved.