RoamingDetailsItem extends Model
Table of Contents
- $operator : string|null
- Name of the Operator
- $territory : string|null
- Country of the Operator (3 letters from the ISO 3166-1 alpha-3 country code).
- $territoryRoamingDownlinkFrameCount : int|null
- Number of downlink roaming messages this day for this operator
- $territoryRoamingFrameCount : int|null
- Number of uplink roaming messages this day for this operator
- from() : static
- Initializing a model from an array
- getOperator() : string
- Getter for operator
- getTerritory() : string
- Getter for territory
- getTerritoryRoamingDownlinkFrameCount() : int
- Getter for territoryRoamingDownlinkFrameCount
- getTerritoryRoamingFrameCount() : int
- Getter for territoryRoamingFrameCount
- jsonSerialize() : array<string|int, mixed>
- setOperator() : static
- Setter for operator
- setTerritory() : static
- Setter for territory
- setTerritoryRoamingDownlinkFrameCount() : static
- Setter for territoryRoamingDownlinkFrameCount
- setTerritoryRoamingFrameCount() : static
- Setter for territoryRoamingFrameCount
Properties
$operator
Name of the Operator
protected
string|null
$operator
= null
$territory
Country of the Operator (3 letters from the ISO 3166-1 alpha-3 country code).
protected
string|null
$territory
= null
$territoryRoamingDownlinkFrameCount
Number of downlink roaming messages this day for this operator
protected
int|null
$territoryRoamingDownlinkFrameCount
= null
$territoryRoamingFrameCount
Number of uplink roaming messages this day for this operator
protected
int|null
$territoryRoamingFrameCount
= 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 —getOperator()
Getter for operator
public
getOperator() : string
Return values
string —Name of the Operator
getTerritory()
Getter for territory
public
getTerritory() : string
Return values
string —Country of the Operator (3 letters from the ISO 3166-1 alpha-3 country code).
getTerritoryRoamingDownlinkFrameCount()
Getter for territoryRoamingDownlinkFrameCount
public
getTerritoryRoamingDownlinkFrameCount() : int
Return values
int —Number of downlink roaming messages this day for this operator
getTerritoryRoamingFrameCount()
Getter for territoryRoamingFrameCount
public
getTerritoryRoamingFrameCount() : int
Return values
int —Number of uplink roaming messages this day for this operator
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setOperator()
Setter for operator
public
setOperator(string $operator) : static
Parameters
- $operator : string
-
Name of the Operator
Return values
static —To use in method chains
setTerritory()
Setter for territory
public
setTerritory(string $territory) : static
Parameters
- $territory : string
-
Country of the Operator (3 letters from the ISO 3166-1 alpha-3 country code).
Return values
static —To use in method chains
setTerritoryRoamingDownlinkFrameCount()
Setter for territoryRoamingDownlinkFrameCount
public
setTerritoryRoamingDownlinkFrameCount(int $territoryRoamingDownlinkFrameCount) : static
Parameters
- $territoryRoamingDownlinkFrameCount : int
-
Number of downlink roaming messages this day for this operator
Return values
static —To use in method chains
setTerritoryRoamingFrameCount()
Setter for territoryRoamingFrameCount
public
setTerritoryRoamingFrameCount(int $territoryRoamingFrameCount) : static
Parameters
- $territoryRoamingFrameCount : int
-
Number of uplink roaming messages this day for this operator
Return values
static —To use in method chains