UpdateSatSubscription extends UpdateInternetSubscription
Information about satellite internet subscription
Table of Contents
- CONNECTION_STATUS_CREDENTIALS_PROVIDED = 1
- CREDENTIALS PROVIDED
- CONNECTION_STATUS_KIT_RECEIVED = 2
- KIT RECEIVED
- CONNECTION_STATUS_REQUEST = 0
- REQUEST
- PRIORITY_PRIMARY = 0
- PRIMARY
- PRIORITY_SECONDARY = 1
- SECONDARY
- PRIORITY_TERMINATED = 2
- TERMINATED
- R_TYPE_HEATING = 0
- HEATING
- R_TYPE_STANDARD = 1
- STANDARD
- TYPE_ADSL = 1
- ADSL
- TYPE_GSM = 0
- GSM
- TYPE_LAN = 3
- LAN
- TYPE_SATELLITE = 2
- SATELLITE
- TYPE_WIFI = 4
- WIFI
- $altitude : float|null
- The altitude of the satellite of this internet subscription
- $azimuth : float|null
- The azimuth of the satellite of this internet subscription
- $clusterCode : string|null
- The cluster code of this internet subscription. This field can be unset when updating.
- $comments : string|null
- The comments about this internet subscription. This field can be unset when updating.
- $connectionStatus : int|null
- Subscription connection status
- $contacts : array<string|int, mixed>|null
- $endTime : int|null
- The end time this internet subscription. This field can be unset when updating.
- $locationCode : string|null
- The location code of this internet subscription. This field can be unset when updating.
- $login : string|null
- The login of this internet subscription. This field can be unset when updating.
- $orderNumber : string|null
- The order number of this internet subscription
- $password : string|null
- The password of this internet subscription. This field can be unset when updating.
- $polarization : float|null
- The polarization of the satellite of this internet subscription
- $priority : int|null
- Internet subscription priority.
- $provider : MinProvider|null
- $rType : int|null
- Subscription receiver type
- $startTime : int|null
- The start time of this internet subscription
- $type : int|null
- Internet subscription type
- from() : static
- Initializing a model from an array
- getAltitude() : float
- Getter for altitude
- getAzimuth() : float
- Getter for azimuth
- getClusterCode() : string
- Getter for clusterCode
- getComments() : string
- Getter for comments
- getConnectionStatus() : int
- Getter for connectionStatus
- getContacts() : array<string|int, MinContact>
- Getter for contacts
- getEndTime() : int
- Getter for endTime
- getLocationCode() : string
- Getter for locationCode
- getLogin() : string
- Getter for login
- getOrderNumber() : string
- Getter for orderNumber
- getPassword() : string
- Getter for password
- getPolarization() : float
- Getter for polarization
- getPriority() : int
- Getter for priority
- getProvider() : MinProvider
- Getter for provider
- getRType() : int
- Getter for rType
- getStartTime() : int
- Getter for startTime
- getType() : int
- Getter for type
- jsonSerialize() : array<string|int, mixed>
- setAltitude() : static
- Setter for altitude
- setAzimuth() : static
- Setter for azimuth
- setClusterCode() : static
- Setter for clusterCode
- setComments() : static
- Setter for comments
- setConnectionStatus() : static
- Setter for connectionStatus
- setContacts() : static
- Setter for contacts
- setEndTime() : static
- Setter for endTime
- setLocationCode() : static
- Setter for locationCode
- setLogin() : static
- Setter for login
- setOrderNumber() : static
- Setter for orderNumber
- setPassword() : static
- Setter for password
- setPolarization() : static
- Setter for polarization
- setPriority() : static
- Setter for priority
- setProvider() : static
- Setter for provider
- setRType() : static
- Setter for rType
- setStartTime() : static
- Setter for startTime
- setType() : static
- Setter for type
Constants
CONNECTION_STATUS_CREDENTIALS_PROVIDED
CREDENTIALS PROVIDED
public
mixed
CONNECTION_STATUS_CREDENTIALS_PROVIDED
= 1
CONNECTION_STATUS_KIT_RECEIVED
KIT RECEIVED
public
mixed
CONNECTION_STATUS_KIT_RECEIVED
= 2
CONNECTION_STATUS_REQUEST
REQUEST
public
mixed
CONNECTION_STATUS_REQUEST
= 0
PRIORITY_PRIMARY
PRIMARY
public
mixed
PRIORITY_PRIMARY
= 0
PRIORITY_SECONDARY
SECONDARY
public
mixed
PRIORITY_SECONDARY
= 1
PRIORITY_TERMINATED
TERMINATED
public
mixed
PRIORITY_TERMINATED
= 2
R_TYPE_HEATING
HEATING
public
mixed
R_TYPE_HEATING
= 0
R_TYPE_STANDARD
STANDARD
public
mixed
R_TYPE_STANDARD
= 1
TYPE_ADSL
ADSL
public
mixed
TYPE_ADSL
= 1
TYPE_GSM
GSM
public
mixed
TYPE_GSM
= 0
TYPE_LAN
LAN
public
mixed
TYPE_LAN
= 3
TYPE_SATELLITE
SATELLITE
public
mixed
TYPE_SATELLITE
= 2
TYPE_WIFI
WIFI
public
mixed
TYPE_WIFI
= 4
Properties
$altitude
The altitude of the satellite of this internet subscription
protected
float|null
$altitude
= null
$azimuth
The azimuth of the satellite of this internet subscription
protected
float|null
$azimuth
= null
$clusterCode
The cluster code of this internet subscription. This field can be unset when updating.
protected
string|null
$clusterCode
= null
$comments
The comments about this internet subscription. This field can be unset when updating.
protected
string|null
$comments
= null
$connectionStatus
Subscription connection status
protected
int|null
$connectionStatus
= null
$contacts
protected
array<string|int, mixed>|null
$contacts
= null
$endTime
The end time this internet subscription. This field can be unset when updating.
protected
int|null
$endTime
= null
$locationCode
The location code of this internet subscription. This field can be unset when updating.
protected
string|null
$locationCode
= null
$login
The login of this internet subscription. This field can be unset when updating.
protected
string|null
$login
= null
$orderNumber
The order number of this internet subscription
protected
string|null
$orderNumber
= null
$password
The password of this internet subscription. This field can be unset when updating.
protected
string|null
$password
= null
$polarization
The polarization of the satellite of this internet subscription
protected
float|null
$polarization
= null
$priority
Internet subscription priority.
protected
int|null
$priority
= null
$provider
protected
MinProvider|null
$provider
= null
$rType
Subscription receiver type
protected
int|null
$rType
= null
$startTime
The start time of this internet subscription
protected
int|null
$startTime
= null
$type
Internet subscription type
protected
int|null
$type
= 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 —getAltitude()
Getter for altitude
public
getAltitude() : float
Return values
float —The altitude of the satellite of this internet subscription
getAzimuth()
Getter for azimuth
public
getAzimuth() : float
Return values
float —The azimuth of the satellite of this internet subscription
getClusterCode()
Getter for clusterCode
public
getClusterCode() : string
Return values
string —The cluster code of this internet subscription. This field can be unset when updating.
getComments()
Getter for comments
public
getComments() : string
Return values
string —The comments about this internet subscription. This field can be unset when updating.
getConnectionStatus()
Getter for connectionStatus
public
getConnectionStatus() : int
Return values
int —Subscription connection status
getContacts()
Getter for contacts
public
getContacts() : array<string|int, MinContact>
Return values
array<string|int, MinContact> —getEndTime()
Getter for endTime
public
getEndTime() : int
Return values
int —The end time this internet subscription. This field can be unset when updating.
getLocationCode()
Getter for locationCode
public
getLocationCode() : string
Return values
string —The location code of this internet subscription. This field can be unset when updating.
getLogin()
Getter for login
public
getLogin() : string
Return values
string —The login of this internet subscription. This field can be unset when updating.
getOrderNumber()
Getter for orderNumber
public
getOrderNumber() : string
Return values
string —The order number of this internet subscription
getPassword()
Getter for password
public
getPassword() : string
Return values
string —The password of this internet subscription. This field can be unset when updating.
getPolarization()
Getter for polarization
public
getPolarization() : float
Return values
float —The polarization of the satellite of this internet subscription
getPriority()
Getter for priority
public
getPriority() : int
Return values
int —Internet subscription priority.
getProvider()
Getter for provider
public
getProvider() : MinProvider
Return values
MinProvider —getRType()
Getter for rType
public
getRType() : int
Return values
int —Subscription receiver type
getStartTime()
Getter for startTime
public
getStartTime() : int
Return values
int —The start time of this internet subscription
getType()
Getter for type
public
getType() : int
Return values
int —Internet subscription type
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setAltitude()
Setter for altitude
public
setAltitude(float $altitude) : static
Parameters
- $altitude : float
-
The altitude of the satellite of this internet subscription
Return values
static —To use in method chains
setAzimuth()
Setter for azimuth
public
setAzimuth(float $azimuth) : static
Parameters
- $azimuth : float
-
The azimuth of the satellite of this internet subscription
Return values
static —To use in method chains
setClusterCode()
Setter for clusterCode
public
setClusterCode(string $clusterCode) : static
Parameters
- $clusterCode : string
-
The cluster code of this internet subscription. This field can be unset when updating.
Return values
static —To use in method chains
setComments()
Setter for comments
public
setComments(string $comments) : static
Parameters
- $comments : string
-
The comments about this internet subscription. This field can be unset when updating.
Return values
static —To use in method chains
setConnectionStatus()
Setter for connectionStatus
public
setConnectionStatus(int $connectionStatus) : static
Parameters
- $connectionStatus : int
-
Subscription connection status
Return values
static —To use in method chains
setContacts()
Setter for contacts
public
setContacts(array<string|int, MinContact> $contacts) : static
Parameters
- $contacts : array<string|int, MinContact>
Return values
static —To use in method chains
setEndTime()
Setter for endTime
public
setEndTime(int $endTime) : static
Parameters
- $endTime : int
-
The end time this internet subscription. This field can be unset when updating.
Return values
static —To use in method chains
setLocationCode()
Setter for locationCode
public
setLocationCode(string $locationCode) : static
Parameters
- $locationCode : string
-
The location code of this internet subscription. This field can be unset when updating.
Return values
static —To use in method chains
setLogin()
Setter for login
public
setLogin(string $login) : static
Parameters
- $login : string
-
The login of this internet subscription. This field can be unset when updating.
Return values
static —To use in method chains
setOrderNumber()
Setter for orderNumber
public
setOrderNumber(string $orderNumber) : static
Parameters
- $orderNumber : string
-
The order number of this internet subscription
Return values
static —To use in method chains
setPassword()
Setter for password
public
setPassword(string $password) : static
Parameters
- $password : string
-
The password of this internet subscription. This field can be unset when updating.
Return values
static —To use in method chains
setPolarization()
Setter for polarization
public
setPolarization(float $polarization) : static
Parameters
- $polarization : float
-
The polarization of the satellite of this internet subscription
Return values
static —To use in method chains
setPriority()
Setter for priority
public
setPriority(int $priority) : static
Parameters
- $priority : int
-
Internet subscription priority.
Return values
static —To use in method chains
setProvider()
Setter for provider
public
setProvider(MinProvider $provider) : static
Parameters
- $provider : MinProvider
Return values
static —To use in method chains
setRType()
Setter for rType
public
setRType(int $rType) : static
Parameters
- $rType : int
-
Subscription receiver type
Return values
static —To use in method chains
setStartTime()
Setter for startTime
public
setStartTime(int $startTime) : static
Parameters
- $startTime : int
-
The start time of this internet subscription
Return values
static —To use in method chains
setType()
Setter for type
public
setType(int $type) : static
Parameters
- $type : int
-
Internet subscription type
Return values
static —To use in method chains