|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.EscalationTime
public class EscalationTime
An escalation time uses a schedule to determine when it is executed, using either a set time or a time interval.
Constructor Summary | |
---|---|
EscalationTime()
|
|
EscalationTime(BitSet monthDays,
BitSet weekDays,
BitSet hours,
int minutes)
|
|
EscalationTime(int monthDaysMask,
int weekDaysMask,
int hoursMask,
int minutes)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getHourMask()
|
BitSet |
getHours()
|
int |
getMinute()
|
int |
getMonthDayMask()
|
BitSet |
getMonthDays()
|
int |
getWeekDayMask()
|
BitSet |
getWeekDays()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isAllMonthDays()
Checks if the month days specification indicates all month days |
boolean |
isNoMonthDays()
Checks if no month days are specified, in which case the escalation time is every chosen week day |
void |
setHours(BitSet hours)
|
void |
setHours(int hours)
|
void |
setMinute(int minute)
|
void |
setMonthDays(BitSet monthDays)
|
void |
setMonthDays(int monthDaysMask)
|
void |
setWeekDays(BitSet weekDays)
|
void |
setWeekDays(int weekDays)
|
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EscalationTime()
public EscalationTime(BitSet monthDays, BitSet weekDays, BitSet hours, int minutes)
public EscalationTime(int monthDaysMask, int weekDaysMask, int hoursMask, int minutes)
Method Detail |
---|
public BitSet getHours()
public void setHours(BitSet hours)
public int getMinute()
public void setMinute(int minute)
public int getMonthDayMask()
public void setMonthDays(int monthDaysMask)
public boolean isAllMonthDays()
public boolean isNoMonthDays()
public int getWeekDayMask()
public void setWeekDays(int weekDays)
public int getHourMask()
public void setHours(int hours)
public BitSet getMonthDays()
public void setMonthDays(BitSet monthDays)
public BitSet getWeekDays()
public void setWeekDays(BitSet weekDays)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |