Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Check

Holds check properties

Hierarchy

  • Check

Index

Constructors

constructor

  • Returns Check

  • Parameters

    Returns Check

Methods

getId

  • getId(): string
  • Set the ID of check

    Returns string

getName

  • getName(): string
  • Set the name of check

    Returns string

getNodeName

  • getNodeName(): string
  • Set the name of node

    Returns string

getNotes

  • getNotes(): string
  • Set the human-readable note of check

    Returns string

getOutput

  • getOutput(): string
  • Set the output of check

    Returns string

getServiceId

  • getServiceId(): string
  • Set the ID of service with which this check associated

    Returns string

getServiceName

  • getServiceName(): string
  • Set the name of service with which this check associated

    Returns string

getStatus

  • Set the status of check

    Returns CheckStatus

setId

  • setId(id: string): Check
  • Set the ID of check

    Parameters

    • id: string

    Returns Check

setName

  • setName(name: string): Check
  • Set the name of check

    Parameters

    • name: string

    Returns Check

setNodeName

  • setNodeName(nodeName: string): Check
  • Set the name of node

    Parameters

    • nodeName: string

    Returns Check

setNotes

  • setNotes(notes: string): Check
  • Set the human-readable note of check

    Parameters

    • notes: string

    Returns Check

setOutput

  • setOutput(output: string): Check
  • Set the output of check

    Parameters

    • output: string

    Returns Check

setServiceId

  • setServiceId(serviceId: string): Check
  • Set the ID of service with which this check associated

    Parameters

    • serviceId: string

    Returns Check

setServiceName

  • setServiceName(serviceName: string): Check
  • Set the name of service with which this check associated

    Parameters

    • serviceName: string

    Returns Check

setStatus

  • Set the status of check

    Parameters

    Returns Check

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc