@Entity public class OnmsEventParameter extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
OnmsEventParameter.OnmsEventParameterId |
Constructor and Description |
---|
OnmsEventParameter()
Instantiates a new OpenNMS event parameter.
|
OnmsEventParameter(OnmsEvent event,
Parm parm)
Instantiates a new OpenNMS event parameter.
|
OnmsEventParameter(OnmsEvent event,
String name,
String value,
String type) |
Modifier and Type | Method and Description |
---|---|
OnmsEvent |
getEvent() |
String |
getName()
Gets the name.
|
String |
getType()
Gets the type.
|
String |
getValue()
Gets the value.
|
void |
setEvent(OnmsEvent event) |
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(OnmsEvent event, Parm parm)
parm
- the Event parameter objectpublic OnmsEvent getEvent()
public void setEvent(OnmsEvent event)
public 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 © 2021. All rights reserved.