Package org.opennms.netmgt.config.snmp
Class Range
- java.lang.Object
-
- org.opennms.netmgt.config.snmp.Range
-
- All Implemented Interfaces:
Serializable
public class Range extends Object implements Serializable
IP Address Range- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBegin()
Starting IP address of the range.String
getEnd()
Ending IP address of the range.int
hashCode()
void
setBegin(String begin)
void
setEnd(String end)
String
toString()
-