|
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.CriteriaFlags com.bmc.arsys.api.AlertMessageCriteria
public class AlertMessageCriteria
The AlertMessageCriteria
class defines what values you want returned for a particular message.
Field Summary | |
---|---|
static int |
ALERTTEXT
Returns value of the alertText. |
static int |
FORMNAME
Returns value of the formName. |
static int |
OBJECTID
Returns value of the objectId. |
static int |
PRIORITY
Returns value of the priority. |
static int |
SERVERADDR
Returns value of the serverAddr. |
static int |
SERVERNAME
Returns value of the serverName. |
static int |
SOURCETAG
Returns the sourceTag. |
static int |
SOURCETYPE
Returns value of the sourceType. |
static int |
TIMESTAMP
Returns value of the timestamp. |
Constructor Summary | |
---|---|
AlertMessageCriteria()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.CriteriaFlags |
---|
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TIMESTAMP
public static final int SOURCETYPE
public static final int PRIORITY
public static final int ALERTTEXT
public static final int SOURCETAG
public static final int SERVERNAME
public static final int SERVERADDR
public static final int FORMNAME
public static final int OBJECTID
Constructor Detail |
---|
public AlertMessageCriteria()
Method Detail |
---|
public String toString()
toString
in class CriteriaFlags
public int hashCode()
hashCode
in class CriteriaFlags
public boolean equals(Object obj)
equals
in class CriteriaFlags
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |