Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsParm

Represents an OpenNMS event or alarm parameter.

Hierarchy

  • OnmsParm

Index

Constructors

Properties

Accessors

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

value

  • get value(): any

Generated using TypeDoc