com.alarmpoint.integrations.nnmi.mg
Enum IncidentFilter
java.lang.Object
java.lang.Enum<IncidentFilter>
com.alarmpoint.integrations.nnmi.mg.IncidentFilter
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<IncidentFilter>
public enum IncidentFilter
- extends java.lang.Enum<IncidentFilter>
- Author:
- amagi
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CRITICAL
public static final IncidentFilter CRITICAL
ID
public static final IncidentFilter ID
TOP
public static final IncidentFilter TOP
OPEN_ROOTCAUSE
public static final IncidentFilter OPEN_ROOTCAUSE
SERVICE_IMPACT
public static final IncidentFilter SERVICE_IMPACT
KEY_INCIDENTS
public static final IncidentFilter KEY_INCIDENTS
AUTHENICATION
public static final IncidentFilter AUTHENICATION
ACTIVE
public static final IncidentFilter ACTIVE
values
public static IncidentFilter[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IncidentFilter c : IncidentFilter.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IncidentFilter valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getActiveFilter
public static IncidentBeanServiceStub.Filter getActiveFilter()
getOwnedFilter
public static IncidentBeanServiceStub.Filter getOwnedFilter(java.lang.String owner,
java.lang.String maxCount)
addActiveFilter
public static IncidentBeanServiceStub.Filter addActiveFilter(IncidentBeanServiceStub.Filter filter)
addMaxCountFilter
public static IncidentBeanServiceStub.Filter addMaxCountFilter(IncidentBeanServiceStub.Filter filter,
java.lang.String maxCount)
getFilter
public IncidentBeanServiceStub.Filter getFilter(java.lang.String maxCount)
throws java.lang.UnsupportedOperationException
- Throws:
java.lang.UnsupportedOperationException
getFilter
public IncidentBeanServiceStub.Filter getFilter(java.lang.String id,
java.lang.String maxCount)
throws java.lang.UnsupportedOperationException
- Throws:
java.lang.UnsupportedOperationException