|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Parm
public class Parm
A varbind from the trap
| Constructor Summary | |
|---|---|
Parm()
|
|
Parm(String name,
String value)
|
|
| Method Summary | |
|---|---|
String |
getParmName()
Returns the value of field 'parmName'. |
Value |
getValue()
Returns the value of field 'value'. |
boolean |
isValid()
|
void |
setParmName(String parmName)
Sets the value of field 'parmName'. |
void |
setValue(Value value)
Sets the value of field 'value'. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parm()
public Parm(String name,
String value)
| Method Detail |
|---|
public String getParmName()
public Value getValue()
public void setParmName(String parmName)
parmName - the value of field 'parmName'.public void setValue(Value value)
value - the value of field 'value'.public String toString()
toString in class Objectpublic boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||