Class DestinationPaths
- java.lang.Object
-
- org.opennms.netmgt.config.destinationPaths.DestinationPaths
-
- All Implemented Interfaces:
Serializable
public class DestinationPaths extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DestinationPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPath(Path path)
void
clearPaths()
boolean
equals(Object obj)
Header
getHeader()
List<Path>
getPaths()
int
hashCode()
boolean
removePath(Path path)
void
setHeader(Header header)
void
setPaths(List<Path> paths)
String
toString()
-