edu.ufl.osg.httppoll.data
Class ScheduledDowntime
java.lang.Object
|
+--edu.ufl.osg.httppoll.data.ScheduledDowntime
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ScheduledDowntime
- extends java.lang.Object
- implements java.lang.Cloneable
Data representing a window of time during which HTTPPoll
will not poll a target. This is useful for scheduled outages,
when you don't want to receive alerts.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledDowntime
public ScheduledDowntime()
setStartHour
public void setStartHour(int startHour)
getStartHour
public int getStartHour()
setStartMinute
public void setStartMinute(int startMinute)
getStartMinute
public int getStartMinute()
setEndHour
public void setEndHour(int endHour)
getEndHour
public int getEndHour()
setEndMinute
public void setEndMinute(int endMinute)
getEndMinute
public int getEndMinute()
getClone
public java.lang.Object getClone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException