Package org.opennms.netmgt.xml.eventconf
Class Varbind
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Varbind
-
- All Implemented Interfaces:
Serializable
public class Varbind extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Varbind()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addVbvalue(String value)
EventMatcher
constructMatcher()
boolean
equals(Object obj)
String
getTextualConvention()
Integer
getVbnumber()
List<String>
getVbvalues()
int
hashCode()
boolean
removeVbvalue(String value)
void
setTextualConvention(String textualConvention)
void
setVbnumber(Integer vbnumber)
void
setVbvalues(List<String> values)
-
-
-
Method Detail
-
getTextualConvention
public String getTextualConvention()
-
setTextualConvention
public void setTextualConvention(String textualConvention)
-
getVbnumber
public Integer getVbnumber()
-
setVbnumber
public void setVbnumber(Integer vbnumber)
-
addVbvalue
public void addVbvalue(String value) throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
-
removeVbvalue
public boolean removeVbvalue(String value)
-
constructMatcher
public EventMatcher constructMatcher()
-
-