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.SerializableTop-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 voidaddCommand(Command command)booleanequals(java.lang.Object obj)java.util.List<Command>getCommands()HeadergetHeader()inthashCode()booleanremoveCommand(Command command)voidsetCommands(java.util.List<Command> commands)voidsetHeader(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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-