Class NotificationCommands
- java.lang.Object
-
- org.opennms.netmgt.config.notificationCommands.NotificationCommands
-
- All Implemented Interfaces:
java.io.Serializable
public class NotificationCommands extends java.lang.Object implements java.io.Serializable
Top-level element for the notificationCommands.xml configuration file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationCommands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCommand(Command command)
boolean
equals(java.lang.Object obj)
java.util.List<Command>
getCommands()
Header
getHeader()
int
hashCode()
boolean
removeCommand(Command command)
void
setCommands(java.util.List<Command> commands)
void
setHeader(Header header)
-
-
-
Method Detail
-
getHeader
public Header getHeader()
-
setHeader
public void setHeader(Header header)
-
getCommands
public java.util.List<Command> getCommands()
-
setCommands
public void setCommands(java.util.List<Command> commands)
-
addCommand
public void addCommand(Command command)
-
removeCommand
public boolean removeCommand(Command command)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-