nagios.ConfigurationObjects
Class ServicegroupTO
java.lang.Object
nagios.ConfigurationObjects.ServicegroupTO
public class ServicegroupTO
- extends java.lang.Object
Clase que representa el objeto de configuración Servicegroup
definido en Nagios 2.5. Este objeto representa un grupo de
servicios y su utilidad es la de que Nagios pueda representar
información conjunta sobre los mismos.
- Author:
- Agustín Bravo Ortiz
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServicegroupTO
public ServicegroupTO()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getAlias
public java.lang.String getAlias()
- Returns:
- the alias
setAlias
public void setAlias(java.lang.String alias)
- Parameters:
alias
- the alias to set
getMembers
public ServiceTO[] getMembers()
- Returns:
- the members
setMembers
public void setMembers(ServiceTO[] members)
- Parameters:
members
- the members to set
getPlatform
public java.lang.String getPlatform()
- Returns:
- the platform
setPlatform
public void setPlatform(java.lang.String platform)
- Parameters:
platform
- the platform to set
getServicegroup_name
public java.lang.String getServicegroup_name()
- Returns:
- the servicegroup_name
setServicegroup_name
public void setServicegroup_name(java.lang.String servicegroup_name)
- Parameters:
servicegroup_name
- the servicegroup_name to set