NodeStatus
Table of Contents
- $addr : string|null
- IP address of the node.
- $message : string|null
- $state : string|null
- NodeState represents the state of a node.
- getAddr() : string|null
- IP address of the node.
- getMessage() : string|null
- getState() : string|null
- NodeState represents the state of a node.
- setAddr() : self
- IP address of the node.
- setMessage() : self
- setState() : self
- NodeState represents the state of a node.
Properties
$addr
IP address of the node.
protected
string|null
$addr
$message
protected
string|null
$message
$state
NodeState represents the state of a node.
protected
string|null
$state
Methods
getAddr()
IP address of the node.
public
getAddr() : string|null
Return values
string|null —getMessage()
public
getMessage() : string|null
Return values
string|null —getState()
NodeState represents the state of a node.
public
getState() : string|null
Return values
string|null —setAddr()
IP address of the node.
public
setAddr(string|null $addr) : self
Parameters
- $addr : string|null
Return values
self —setMessage()
public
setMessage(string|null $message) : self
Parameters
- $message : string|null
Return values
self —setState()
NodeState represents the state of a node.
public
setState(string|null $state) : self
Parameters
- $state : string|null