Package org.opennms.netmgt.xml.eventconf
Class Varbind
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Varbind
-
- All Implemented Interfaces:
java.io.Serializable
public class Varbind extends java.lang.Object implements java.io.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(java.lang.String value)
EventMatcher
constructMatcher()
boolean
equals(java.lang.Object obj)
java.lang.String
getTextualConvention()
java.lang.Integer
getVbnumber()
java.util.List<java.lang.String>
getVbvalues()
int
hashCode()
boolean
removeVbvalue(java.lang.String value)
void
setTextualConvention(java.lang.String textualConvention)
void
setVbnumber(java.lang.Integer vbnumber)
void
setVbvalues(java.util.List<java.lang.String> values)
-
-
-
Method Detail
-
getTextualConvention
public java.lang.String getTextualConvention()
-
setTextualConvention
public void setTextualConvention(java.lang.String textualConvention)
-
getVbnumber
public java.lang.Integer getVbnumber()
-
setVbnumber
public void setVbnumber(java.lang.Integer vbnumber)
-
getVbvalues
public java.util.List<java.lang.String> getVbvalues()
-
setVbvalues
public void setVbvalues(java.util.List<java.lang.String> values)
-
addVbvalue
public void addVbvalue(java.lang.String value) throws java.lang.IndexOutOfBoundsException
- Throws:
java.lang.IndexOutOfBoundsException
-
removeVbvalue
public boolean removeVbvalue(java.lang.String value)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
constructMatcher
public EventMatcher constructMatcher()
-
-