Class OnmsEventParameter

    • Constructor Detail

      • OnmsEventParameter

        public OnmsEventParameter()
        Instantiates a new OpenNMS event parameter.
      • OnmsEventParameter

        public OnmsEventParameter​(OnmsEvent event,
                                  Parm parm)
        Instantiates a new OpenNMS event parameter.
        Parameters:
        parm - the Event parameter object
    • Method Detail

      • setEvent

        public void setEvent​(OnmsEvent event)
      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the new value
      • getType

        public String getType()
        Gets the type.
        Returns:
        the type
      • setType

        public void setType​(String type)
        Sets the type.
        Parameters:
        type - the new type