Class DestinationPaths
- java.lang.Object
-
- org.opennms.netmgt.config.destinationPaths.DestinationPaths
-
- All Implemented Interfaces:
java.io.Serializable
public class DestinationPaths extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DestinationPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPath(Path path)voidclearPaths()booleanequals(java.lang.Object obj)HeadergetHeader()java.util.List<Path>getPaths()inthashCode()booleanremovePath(Path path)voidsetHeader(Header header)voidsetPaths(java.util.List<Path> paths)java.lang.StringtoString()
-
-
-
Method Detail
-
getHeader
public Header getHeader()
-
setHeader
public void setHeader(Header header)
-
getPaths
public java.util.List<Path> getPaths()
-
setPaths
public void setPaths(java.util.List<Path> paths)
-
addPath
public void addPath(Path path)
-
removePath
public boolean removePath(Path path)
-
clearPaths
public void clearPaths()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-