Class ExcludeRange
- java.lang.Object
-
- org.opennms.netmgt.config.discovery.ExcludeRange
-
- All Implemented Interfaces:
Serializable
public class ExcludeRange extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcludeRange()
ExcludeRange(String begin, String end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBegin()
String
getEnd()
Optional<String>
getLocation()
int
hashCode()
void
setBegin(String begin)
void
setEnd(String end)
void
setLocation(String location)
String
toString()
-