AsynchronousDeviceTransferJob extends Model
Table of Contents
- $data : array<string|int, mixed>|null
- $deviceTypeId : string|null
- The device type where new devices will be transfered
- from() : static
- Initializing a model from an array
- getData() : array<string|int, DataItem>
- Getter for data
- getDeviceTypeId() : string
- Getter for deviceTypeId
- jsonSerialize() : array<string|int, mixed>
- setData() : static
- Setter for data
- setDeviceTypeId() : static
- Setter for deviceTypeId
Properties
$data
protected
array<string|int, mixed>|null
$data
= null
$deviceTypeId
The device type where new devices will be transfered
protected
string|null
$deviceTypeId
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —getData()
Getter for data
public
getData() : array<string|int, DataItem>
Return values
array<string|int, DataItem> —getDeviceTypeId()
Getter for deviceTypeId
public
getDeviceTypeId() : string
Return values
string —The device type where new devices will be transfered
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setData()
Setter for data
public
setData(array<string|int, DataItem> $data) : static
Parameters
- $data : array<string|int, DataItem>
Return values
static —To use in method chains
setDeviceTypeId()
Setter for deviceTypeId
public
setDeviceTypeId(string $deviceTypeId) : static
Parameters
- $deviceTypeId : string
-
The device type where new devices will be transfered
Return values
static —To use in method chains