Class Escalate
- java.lang.Object
-
- org.opennms.netmgt.config.destinationPaths.Escalate
-
- All Implemented Interfaces:
Serializable
public class Escalate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Escalate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTarget(Target target)
void
clearTargets()
boolean
equals(Object obj)
String
getDelay()
List<Target>
getTargets()
int
hashCode()
void
setDelay(String delay)
void
setTargets(List<Target> targets)
String
toString()
-