|
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.EscalationInterval
public class EscalationInterval
EscalationInterval
is an escalation time criteria which defines the criteria as
a time interval (number of seconds)
Field Summary | |
---|---|
static int |
MAX_DAYS
The maximum number of days that can be specified without overflowing integer maximum value. |
Constructor Summary | |
---|---|
EscalationInterval()
|
|
EscalationInterval(long value)
|
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 |
getDays()
|
int |
getHours()
|
int |
getMinutes()
|
long |
getValue()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setDays(int days)
|
void |
setHours(int hours)
|
void |
setMinutes(int minutes)
|
void |
setValue(long value)
|
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int MAX_DAYS
Constructor Detail |
---|
public EscalationInterval()
public EscalationInterval(long value)
Method Detail |
---|
public int getDays()
public void setDays(int days)
public int getHours()
public void setHours(int hours)
public int getMinutes()
public void setMinutes(int minutes)
public long getValue()
public void setValue(long value)
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 |