OperatorsItem extends Model
Table of Contents
- $actions : array<string|int, mixed>|null
- $operatorForecasts : array<string|int, mixed>|null
- Array of all the operator forecast radio planning infos.
- $operatorId : string|null
- The identifier of the operator.
- $operatorMaxDb : int|null
- The maximal sensitivity for the operator (in dBm).
- $operatorMinDb : int|null
- The minimal sensitivity for the operator (in dBm).
- $operatorName : string|null
- The name of the operator.
- $operatorStandard : int|null
- The standard capability of the operator (0 for BAND800, 1 for BAND900), used to choose the device class attenuation value.
- from() : static
- Initializing a model from an array
- getActions() : array<string|int, string>
- Getter for actions
- getOperatorForecasts() : array<string|int, OperatorForecastsItem>
- Getter for operatorForecasts
- getOperatorId() : string
- Getter for operatorId
- getOperatorMaxDb() : int
- Getter for operatorMaxDb
- getOperatorMinDb() : int
- Getter for operatorMinDb
- getOperatorName() : string
- Getter for operatorName
- getOperatorStandard() : int
- Getter for operatorStandard
- jsonSerialize() : array<string|int, mixed>
- setActions() : static
- Setter for actions
- setOperatorForecasts() : static
- Setter for operatorForecasts
- setOperatorId() : static
- Setter for operatorId
- setOperatorMaxDb() : static
- Setter for operatorMaxDb
- setOperatorMinDb() : static
- Setter for operatorMinDb
- setOperatorName() : static
- Setter for operatorName
- setOperatorStandard() : static
- Setter for operatorStandard
Properties
$actions
protected
array<string|int, mixed>|null
$actions
= null
$operatorForecasts
Array of all the operator forecast radio planning infos.
protected
array<string|int, mixed>|null
$operatorForecasts
= null
$operatorId
The identifier of the operator.
protected
string|null
$operatorId
= null
$operatorMaxDb
The maximal sensitivity for the operator (in dBm).
protected
int|null
$operatorMaxDb
= null
$operatorMinDb
The minimal sensitivity for the operator (in dBm).
protected
int|null
$operatorMinDb
= null
$operatorName
The name of the operator.
protected
string|null
$operatorName
= null
$operatorStandard
The standard capability of the operator (0 for BAND800, 1 for BAND900), used to choose the device class attenuation value.
protected
int|null
$operatorStandard
= 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 —getActions()
Getter for actions
public
getActions() : array<string|int, string>
Return values
array<string|int, string> —getOperatorForecasts()
Getter for operatorForecasts
public
getOperatorForecasts() : array<string|int, OperatorForecastsItem>
Return values
array<string|int, OperatorForecastsItem> —Array of all the operator forecast radio planning infos.
getOperatorId()
Getter for operatorId
public
getOperatorId() : string
Return values
string —The identifier of the operator.
getOperatorMaxDb()
Getter for operatorMaxDb
public
getOperatorMaxDb() : int
Return values
int —The maximal sensitivity for the operator (in dBm).
getOperatorMinDb()
Getter for operatorMinDb
public
getOperatorMinDb() : int
Return values
int —The minimal sensitivity for the operator (in dBm).
getOperatorName()
Getter for operatorName
public
getOperatorName() : string
Return values
string —The name of the operator.
getOperatorStandard()
Getter for operatorStandard
public
getOperatorStandard() : int
Return values
int —The standard capability of the operator (0 for BAND800, 1 for BAND900), used to choose the device class attenuation value.
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setActions()
Setter for actions
public
setActions(array<string|int, string> $actions) : static
Parameters
- $actions : array<string|int, string>
Return values
static —To use in method chains
setOperatorForecasts()
Setter for operatorForecasts
public
setOperatorForecasts(array<string|int, OperatorForecastsItem> $operatorForecasts) : static
Parameters
- $operatorForecasts : array<string|int, OperatorForecastsItem>
-
Array of all the operator forecast radio planning infos.
Return values
static —To use in method chains
setOperatorId()
Setter for operatorId
public
setOperatorId(string $operatorId) : static
Parameters
- $operatorId : string
-
The identifier of the operator.
Return values
static —To use in method chains
setOperatorMaxDb()
Setter for operatorMaxDb
public
setOperatorMaxDb(int $operatorMaxDb) : static
Parameters
- $operatorMaxDb : int
-
The maximal sensitivity for the operator (in dBm).
Return values
static —To use in method chains
setOperatorMinDb()
Setter for operatorMinDb
public
setOperatorMinDb(int $operatorMinDb) : static
Parameters
- $operatorMinDb : int
-
The minimal sensitivity for the operator (in dBm).
Return values
static —To use in method chains
setOperatorName()
Setter for operatorName
public
setOperatorName(string $operatorName) : static
Parameters
- $operatorName : string
-
The name of the operator.
Return values
static —To use in method chains
setOperatorStandard()
Setter for operatorStandard
public
setOperatorStandard(int $operatorStandard) : static
Parameters
- $operatorStandard : int
-
The standard capability of the operator (0 for BAND800, 1 for BAND900), used to choose the device class attenuation value.
Return values
static —To use in method chains