nagios.ConfigurationObjects
Class CommandTO
java.lang.Object
nagios.ConfigurationObjects.CommandTO
public class CommandTO
- extends java.lang.Object
Clase que representa el objeto de configuración Command
definido en Nagios 2.5. Este objeto representa un comando
de chequeo de servicios o de notificación a los usuarios
del servicio Nagios.
- Author:
- Agustín Bravo Ortiz
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommandTO
public CommandTO()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getCommand_line
public java.lang.String getCommand_line()
- Returns:
- the command_line
setCommand_line
public void setCommand_line(java.lang.String command_line)
- Parameters:
command_line
- the command_line to set
getCommand_name
public java.lang.String getCommand_name()
- Returns:
- the command_name
setCommand_name
public void setCommand_name(java.lang.String command_name)
- Parameters:
command_name
- the command_name to set
isNotifica
public boolean isNotifica()
- Returns:
- the notifica
setNotifica
public void setNotifica(boolean notifica)
- Parameters:
notifica
- the notifica to set