Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsParm

Represents an OpenNMS event or alarm parameter.

Hierarchy

  • OnmsParm

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new OnmsParm(name: string, type: string, value: string): OnmsParm

Properties

name

name: string

the name of the parm

type

type: string

the parm type

valueString

valueString: string

the raw parm value from the server (as a string)

Accessors

urlValue

  • get urlValue(): string
  • The value of this parameter to be used when serializing to a URL.

    Returns string

value

  • get value(): any

Methods

toString

  • toString(): string

Generated using TypeDoc