public class IPRangeDTO extends Object
Constructor and Description |
---|
IPRangeDTO() |
IPRangeDTO(InetAddress begin,
InetAddress end,
int retries,
long timeout) |
IPRangeDTO(String begin,
String end,
int retries,
int timeout) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
InetAddress |
getBegin() |
InetAddress |
getEnd() |
int |
getRetries() |
long |
getTimeout() |
int |
hashCode() |
void |
setBegin(InetAddress begin) |
void |
setEnd(InetAddress end) |
void |
setRetries(int retries) |
void |
setTimeout(long timeout) |
public IPRangeDTO()
public IPRangeDTO(InetAddress begin, InetAddress end, int retries, long timeout)
public IPRangeDTO(String begin, String end, int retries, int timeout) throws UnknownHostException
UnknownHostException
public InetAddress getBegin()
public void setBegin(InetAddress begin)
public InetAddress getEnd()
public void setEnd(InetAddress end)
public int getRetries()
public void setRetries(int retries)
public long getTimeout()
public void setTimeout(long timeout)
Copyright © 2021. All rights reserved.