Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsPrimaryType

Represents an OpenNMS "SNMP primary" type.

Hierarchy

Implements

Index

Constructors

constructor

Accessors

id

  • get id(): T

index

  • get index(): T

label

  • get label(): string

urlValue

  • get urlValue(): string

Methods

isPrimary

  • isPrimary(): boolean

toDisplayString

  • toDisplayString(): string

toJSON

  • toJSON(): object

toString

  • toString(): T

Static forId

  • forId(id?: string): any
  • Given an ID, return the matching primary type object.

    Parameters

    • Optional id: string

    Returns any

Static forLabel

  • forLabel(label?: string): any
  • Given a label, return the matching primary type object.

    Parameters

    • Optional label: string

    Returns any

Generated using TypeDoc