public class Maskelement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
TAG_HOST
The event host xml tag
|
static String |
TAG_INTERFACE
The event interface xml tag
|
static String |
TAG_NODEID
The event nodeid xml tag
|
static String |
TAG_SERVICE
The event service xml tag
|
static String |
TAG_SNMP_COMMUNITY
The SNMP community xml tag
|
static String |
TAG_SNMP_EID
The SNMP EID xml tag
|
static String |
TAG_SNMP_GENERIC
The SNMP generic xml tag
|
static String |
TAG_SNMP_SPECIFIC
The SNMP specific xml tag
|
static String |
TAG_SNMPHOST
The event snmp host xml tag
|
static String |
TAG_SOURCE
The event source xml tag
|
static String |
TAG_UEI
The UEI xml tag
|
Constructor and Description |
---|
Maskelement() |
Modifier and Type | Method and Description |
---|---|
void |
addMevalue(String value) |
EventMatcher |
constructMatcher() |
boolean |
equals(Object obj) |
String |
getMename()
The mask element name.
|
List<String> |
getMevalues() |
int |
hashCode() |
boolean |
removeMevalue(String value) |
void |
setMename(String mename) |
void |
setMevalues(List<String> values) |
String |
toString() |
public static final String TAG_UEI
public static final String TAG_SOURCE
public static final String TAG_NODEID
public static final String TAG_HOST
public static final String TAG_INTERFACE
public static final String TAG_SNMPHOST
public static final String TAG_SERVICE
public static final String TAG_SNMP_EID
public static final String TAG_SNMP_SPECIFIC
public static final String TAG_SNMP_GENERIC
public static final String TAG_SNMP_COMMUNITY
public void addMevalue(String value)
public String getMename()
The mask element name. Must be from the following subset:
public boolean removeMevalue(String value)
public void setMename(String mename)
public EventMatcher constructMatcher()
Copyright © 2021. All rights reserved.