ThingsResult
in package
Table of Contents
- $actionResults : mixed
- $result : mixed
- __construct() : mixed
- ThingsResult constructor.
- getActionResults() : array<string|int, mixed>
- Returns the action results of things event result.
- getBleNotificationPayload() : string
- Returns the BLE notification payload of things event result.
- getEndTime() : int
- Returns the end time of things event result.
- getResultCode() : string
- Returns the code of things event result.
- getRevision() : int
- Returns the revision of things event result.
- getScenarioId() : string
- Returns the senario id of things event result.
- getStartTime() : int
- Returns the start time of things event result.
Properties
$actionResults
private
mixed
$actionResults
$result
private
mixed
$result
Methods
__construct()
ThingsResult constructor.
public
__construct(array<string|int, mixed> $result) : mixed
Parameters
- $result : array<string|int, mixed>
Return values
mixed —getActionResults()
Returns the action results of things event result.
public
getActionResults() : array<string|int, mixed>
Return values
array<string|int, mixed> —getBleNotificationPayload()
Returns the BLE notification payload of things event result.
public
getBleNotificationPayload() : string
Return values
string —getEndTime()
Returns the end time of things event result.
public
getEndTime() : int
Return values
int —getResultCode()
Returns the code of things event result.
public
getResultCode() : string
Return values
string —getRevision()
Returns the revision of things event result.
public
getRevision() : int
Return values
int —getScenarioId()
Returns the senario id of things event result.
public
getScenarioId() : string
Return values
string —getStartTime()
Returns the start time of things event result.
public
getStartTime() : int