dundas.health.HealthCheckMessage Class

 

Inheritance Hierarchy

 
Class
   dundas.health.HealthCheckMessage
 

Constructors

 
  Name Description
init Initializes the HealthCheckMessage. Called during construction.
 
 

Properties

 
  Name Description
checkId Gets or sets the check ID.
details Gets or sets the details.
indentLevel Gets or sets the indent level.
messageAttributes Gets or sets the message kind.
messageTime Gets or sets the message time.
severity Gets or sets the severity.
text Gets or sets the text.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.