public class ExcludeRange extends Object implements Serializable
| Constructor and Description | 
|---|
ExcludeRange()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getBegin()
Starting address of the range 
 | 
IPAddress | 
getBeginAsAddress()  | 
String | 
getEnd()
Ending address of the range 
 | 
IPAddress | 
getEndAsAddress()  | 
int | 
hashCode()  | 
void | 
setBegin(String begin)  | 
void | 
setEnd(String end)  | 
String | 
toString()  | 
public String getBegin()
public IPAddress getBeginAsAddress()
public void setBegin(String begin)
public String getEnd()
public IPAddress getEndAsAddress()
public void setEnd(String end)
Copyright © 2020. All rights reserved.