public class OnmsEventParameter extends Object
Constructor and Description |
---|
OnmsEventParameter()
Instantiates a new OpenNMS event parameter.
|
OnmsEventParameter(Parm parm)
Instantiates a new OpenNMS event parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
String |
getType()
Gets the type.
|
String |
getValue()
Gets the value.
|
void |
setName(String name)
Sets the name.
|
void |
setType(String type)
Sets the type.
|
void |
setValue(String value)
Sets the value.
|
public OnmsEventParameter()
public OnmsEventParameter(Parm parm)
parm
- the Event parameter objectpublic String getName()
public String getValue()
public void setName(String name)
name
- the new namepublic void setValue(String value)
value
- the new valuepublic String getType()
public void setType(String type)
type
- the new typeCopyright © 2017. All rights reserved.