public class Varbind extends Object implements Serializable
| Constructor and Description | 
|---|
Varbind()  | 
| Modifier and Type | Method and 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)  | 
public String getTextualConvention()
public void setTextualConvention(String textualConvention)
public Integer getVbnumber()
public void setVbnumber(Integer vbnumber)
public void addVbvalue(String value) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic boolean removeVbvalue(String value)
public EventMatcher constructMatcher()
Copyright © 2021. All rights reserved.