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
  • Parameters

    • name: string
    • type: string
    • value: string

    Returns 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
  • the value coerced to a native type (if possible)

    Returns any

Generated using TypeDoc