NextDom\Model\DataClass\SystemHealth
Synopsis
class SystemHealth
{
- // members
- public $icon;
- public $nameCode;
- public $state;
- public $result;
- public $comment;
- public $key;
- // methods
- public void __construct()
- public mixed getIcon()
- public string getName()
- public mixed getState()
- public SystemHealth setState()
- public mixed getResult()
- public SystemHealth setResult()
- public mixed getComment()
- public SystemHealth setComment()
- public mixed getKey()
Members
public
- $comment
- $icon
- $key
- $nameCode
- $result
- $state
Methods
public
- __construct()
- getComment()
- getIcon()
- getKey()
- getName() — Get health name
- getResult()
- getState()
- setComment()
- setResult()
- setState()