nagios.ConfigurationObjects
Class TimeperiodTO
java.lang.Object
nagios.ConfigurationObjects.TimeperiodTO
public class TimeperiodTO
- extends java.lang.Object
Clase que representa el objeto de configuración Timeperiod
definido en Nagios 2.5. Este objeto representa un periodo de
tiempo por el que se chequeará un servicio, un host o por el
que se notifica a un administrador, etc.
- Author:
- Agustín Bravo Ortiz
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TimeperiodTO
public TimeperiodTO()
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
getFriday
public java.lang.String getFriday()
- Returns:
- the friday
setFriday
public void setFriday(java.lang.String friday)
- Parameters:
friday
- the friday to set
getMonday
public java.lang.String getMonday()
- Returns:
- the monday
setMonday
public void setMonday(java.lang.String monday)
- Parameters:
monday
- the monday to set
getSaturday
public java.lang.String getSaturday()
- Returns:
- the saturday
setSaturday
public void setSaturday(java.lang.String saturday)
- Parameters:
saturday
- the saturday to set
getSunday
public java.lang.String getSunday()
- Returns:
- the sunday
setSunday
public void setSunday(java.lang.String sunday)
- Parameters:
sunday
- the sunday to set
getThursday
public java.lang.String getThursday()
- Returns:
- the thursday
setThursday
public void setThursday(java.lang.String thursday)
- Parameters:
thursday
- the thursday to set
getTimeperiod_name
public java.lang.String getTimeperiod_name()
- Returns:
- the timeperiod_name
setTimeperiod_name
public void setTimeperiod_name(java.lang.String timeperiod_name)
- Parameters:
timeperiod_name
- the timeperiod_name to set
getTuesday
public java.lang.String getTuesday()
- Returns:
- the tuesday
setTuesday
public void setTuesday(java.lang.String tuesday)
- Parameters:
tuesday
- the tuesday to set
getWednesday
public java.lang.String getWednesday()
- Returns:
- the wednesday
setWednesday
public void setWednesday(java.lang.String wednesday)
- Parameters:
wednesday
- the wednesday to set