public class VarbindMapping extends Object
| Modifier and Type | Field and Description | 
|---|---|
static org.slf4j.Logger | 
LOG
The Constant LOG. 
 | 
| Constructor and Description | 
|---|
VarbindMapping()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getInstance()
Gets the varbind instance 
 | 
Integer | 
getMax()
Gets the max. 
 | 
String | 
getName()
Gets the name. 
 | 
String | 
getOid()
Gets the OID. 
 | 
Parm | 
getParameter(NorthboundAlarm alarm)
Gets the evaluated parameter object based on a given northbound alarm 
 | 
VarbindType | 
getType()
Gets the type. 
 | 
String | 
getValue()
Gets the value. 
 | 
void | 
setInstance(String instance)
Sets the varbind instance. 
 | 
void | 
setMax(Integer max)
Sets the max. 
 | 
void | 
setName(String name)
Sets the name. 
 | 
void | 
setOid(String oid)
Sets the OID. 
 | 
void | 
setType(VarbindType type)
Sets the type. 
 | 
void | 
setValue(String value)
Sets the value. 
 | 
public String getName()
public String getOid()
public VarbindType getType()
public String getValue()
public String getInstance()
public Integer getMax()
public void setName(String name)
name - the new namepublic void setOid(String oid)
oid - the new OIDpublic void setType(VarbindType type)
type - the new typepublic void setValue(String value)
value - the new valuepublic void setInstance(String instance)
instance - the new varbind instancepublic void setMax(Integer max)
max - the new maxpublic Parm getParameter(NorthboundAlarm alarm)
alarm - the alarmCopyright © 2020. All rights reserved.