PHP Sigfox Client

SiteIntervention extends BaseSiteIntervention

Information about intervention

Table of Contents

EQUIPMENTS_TO_CHANGE_ADSL_MODEM  = 4
ADSL MODEM
EQUIPMENTS_TO_CHANGE_ANTENNA  = 0
ANTENNA
EQUIPMENTS_TO_CHANGE_BASE_STATION  = 1
BASE STATION
EQUIPMENTS_TO_CHANGE_CIRCUIT_BREAKER  = 14
CIRCUIT BREAKER
EQUIPMENTS_TO_CHANGE_FEEDER  = 3
FEEDER
EQUIPMENTS_TO_CHANGE_INVERTER  = 12
INVERTER
EQUIPMENTS_TO_CHANGE_KEY_3G  = 13
KEY 3G
EQUIPMENTS_TO_CHANGE_LNA  = 2
LNA
EQUIPMENTS_TO_CHANGE_NETWORK_CABLE  = 5
NETWORK CABLE
EQUIPMENTS_TO_CHANGE_ROUTER_3G  = 15
ROUTER 3G
EQUIPMENTS_TO_CHANGE_SAT_DEMOD  = 8
SAT DEMOD
EQUIPMENTS_TO_CHANGE_SAT_DISH  = 10
SAT DISH
EQUIPMENTS_TO_CHANGE_SAT_LNB  = 9
SAT LNB
EQUIPMENTS_TO_CHANGE_SAT_POWER_SUPPLY  = 11
SAT POWER SUPPLY
EQUIPMENTS_TO_CHANGE_SURGE  = 6
SURGE
EQUIPMENTS_TO_CHANGE_WATERPROOFNESS  = 7
WATERPROOFNESS
TYPE_ANTENNA_INSTALLATION  = 2
ANTENNA INSTALLATION
TYPE_DISMANTLING  = 7
DISMANTLING
TYPE_ELECTRICAL  = 6
ELECTRICAL
TYPE_OTHER  = 0
OTHER
TYPE_PRE_VISIT  = 1
PRE VISIT
TYPE_SAT_INSTALLATION  = 5
SAT INSTALLATION
TYPE_SITE_SEARCH  = 4
SITE SEARCH
TYPE_TELECOM_LINE_INSTALLATION  = 3
TELECOM LINE INSTALLATION
$author  : string|null
The author of this intervention
$baseStation  : MinBaseStation|null
$billCode  : string|null
The bill code of this intervention
$closed  : bool|null
is this intervention closed
$comment  : string|null
The comment about this intervention
$costs  : float|null
The costs of this intervention
$createdBy  : string|null
Identifier of the user who created this intervention
$creationTime  : int|null
Date of the creation of this intervention (in milliseconds)
$endTime  : int|null
The end time of this intervention
$equipmentsToChange  : array<string|int, mixed>|null
List of equipment to change for this intervention
$group  : MinGroup|null
$id  : string|null
The intervention's identifier
$interventionTime  : int|null
The time of this intervention
$lastEditedBy  : string|null
Identifier of the user who last edited this intervention
$lastEditedTime  : int|null
Date of the last edition of this intervention (in milliseconds)
$plannedTime  : int|null
The planned time of this intervention
$rtId  : string|null
The request tracker identifier of this intervention
$site  : MinSite|null
$type  : int|null
Convention status.
from()  : static
Initializing a model from an array
getAuthor()  : string
Getter for author
getBaseStation()  : MinBaseStation
Getter for baseStation
getBillCode()  : string
Getter for billCode
getClosed()  : bool
Getter for closed
getComment()  : string
Getter for comment
getCosts()  : float
Getter for costs
getCreatedBy()  : string
Getter for createdBy
getCreationTime()  : int
Getter for creationTime
getEndTime()  : int
Getter for endTime
getEquipmentsToChange()  : array<string|int, int>
Getter for equipmentsToChange
getGroup()  : MinGroup
Getter for group
getId()  : string
Getter for id
getInterventionTime()  : int
Getter for interventionTime
getLastEditedBy()  : string
Getter for lastEditedBy
getLastEditedTime()  : int
Getter for lastEditedTime
getPlannedTime()  : int
Getter for plannedTime
getRtId()  : string
Getter for rtId
getSite()  : MinSite
Getter for site
getType()  : int
Getter for type
jsonSerialize()  : array<string|int, mixed>
setAuthor()  : static
Setter for author
setBaseStation()  : static
Setter for baseStation
setBillCode()  : static
Setter for billCode
setClosed()  : static
Setter for closed
setComment()  : static
Setter for comment
setCosts()  : static
Setter for costs
setCreatedBy()  : static
Setter for createdBy
setCreationTime()  : static
Setter for creationTime
setEndTime()  : static
Setter for endTime
setEquipmentsToChange()  : static
Setter for equipmentsToChange
setGroup()  : static
Setter for group
setId()  : static
Setter for id
setInterventionTime()  : static
Setter for interventionTime
setLastEditedBy()  : static
Setter for lastEditedBy
setLastEditedTime()  : static
Setter for lastEditedTime
setPlannedTime()  : static
Setter for plannedTime
setRtId()  : static
Setter for rtId
setSite()  : static
Setter for site
setType()  : static
Setter for type

Constants

EQUIPMENTS_TO_CHANGE_ADSL_MODEM

ADSL MODEM

public mixed EQUIPMENTS_TO_CHANGE_ADSL_MODEM = 4

EQUIPMENTS_TO_CHANGE_BASE_STATION

BASE STATION

public mixed EQUIPMENTS_TO_CHANGE_BASE_STATION = 1

EQUIPMENTS_TO_CHANGE_CIRCUIT_BREAKER

CIRCUIT BREAKER

public mixed EQUIPMENTS_TO_CHANGE_CIRCUIT_BREAKER = 14

EQUIPMENTS_TO_CHANGE_NETWORK_CABLE

NETWORK CABLE

public mixed EQUIPMENTS_TO_CHANGE_NETWORK_CABLE = 5

EQUIPMENTS_TO_CHANGE_ROUTER_3G

ROUTER 3G

public mixed EQUIPMENTS_TO_CHANGE_ROUTER_3G = 15

EQUIPMENTS_TO_CHANGE_SAT_DEMOD

SAT DEMOD

public mixed EQUIPMENTS_TO_CHANGE_SAT_DEMOD = 8

EQUIPMENTS_TO_CHANGE_SAT_POWER_SUPPLY

SAT POWER SUPPLY

public mixed EQUIPMENTS_TO_CHANGE_SAT_POWER_SUPPLY = 11

EQUIPMENTS_TO_CHANGE_WATERPROOFNESS

WATERPROOFNESS

public mixed EQUIPMENTS_TO_CHANGE_WATERPROOFNESS = 7

TYPE_ANTENNA_INSTALLATION

ANTENNA INSTALLATION

public mixed TYPE_ANTENNA_INSTALLATION = 2

TYPE_TELECOM_LINE_INSTALLATION

TELECOM LINE INSTALLATION

public mixed TYPE_TELECOM_LINE_INSTALLATION = 3

Properties

$createdBy

Identifier of the user who created this intervention

protected string|null $createdBy = null

$creationTime

Date of the creation of this intervention (in milliseconds)

protected int|null $creationTime = null

$equipmentsToChange

List of equipment to change for this intervention

protected array<string|int, mixed>|null $equipmentsToChange = null

$interventionTime

The time of this intervention

protected int|null $interventionTime = null

$lastEditedBy

Identifier of the user who last edited this intervention

protected string|null $lastEditedBy = null

$lastEditedTime

Date of the last edition of this intervention (in milliseconds)

protected int|null $lastEditedTime = null

$plannedTime

The planned time of this intervention

protected int|null $plannedTime = null

$rtId

The request tracker identifier of this intervention

protected string|null $rtId = 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
throws
DeserializeException

If provided an invalid type to a property

Return values
static

getAuthor()

Getter for author

public getAuthor() : string
Return values
string

The author of this intervention

getBillCode()

Getter for billCode

public getBillCode() : string
Return values
string

The bill code of this intervention

getClosed()

Getter for closed

public getClosed() : bool
Return values
bool

is this intervention closed

getComment()

Getter for comment

public getComment() : string
Return values
string

The comment about this intervention

getCosts()

Getter for costs

public getCosts() : float
Return values
float

The costs of this intervention

getCreatedBy()

Getter for createdBy

public getCreatedBy() : string
Return values
string

Identifier of the user who created this intervention

getCreationTime()

Getter for creationTime

public getCreationTime() : int
Return values
int

Date of the creation of this intervention (in milliseconds)

getEndTime()

Getter for endTime

public getEndTime() : int
Return values
int

The end time of this intervention

getEquipmentsToChange()

Getter for equipmentsToChange

public getEquipmentsToChange() : array<string|int, int>
Return values
array<string|int, int>

List of equipment to change for this intervention

getId()

Getter for id

public getId() : string
Return values
string

The intervention's identifier

getInterventionTime()

Getter for interventionTime

public getInterventionTime() : int
Return values
int

The time of this intervention

getLastEditedBy()

Getter for lastEditedBy

public getLastEditedBy() : string
Return values
string

Identifier of the user who last edited this intervention

getLastEditedTime()

Getter for lastEditedTime

public getLastEditedTime() : int
Return values
int

Date of the last edition of this intervention (in milliseconds)

getPlannedTime()

Getter for plannedTime

public getPlannedTime() : int
Return values
int

The planned time of this intervention

getRtId()

Getter for rtId

public getRtId() : string
Return values
string

The request tracker identifier of this intervention

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
inheritdoc
Return values
array<string|int, mixed>

setAuthor()

Setter for author

public setAuthor(string $author) : static
Parameters
$author : string

The author of this intervention

Return values
static

To use in method chains

setBillCode()

Setter for billCode

public setBillCode(string $billCode) : static
Parameters
$billCode : string

The bill code of this intervention

Return values
static

To use in method chains

setClosed()

Setter for closed

public setClosed(bool $closed) : static
Parameters
$closed : bool

is this intervention closed

Return values
static

To use in method chains

setComment()

Setter for comment

public setComment(string $comment) : static
Parameters
$comment : string

The comment about this intervention

Return values
static

To use in method chains

setCosts()

Setter for costs

public setCosts(float $costs) : static
Parameters
$costs : float

The costs of this intervention

Return values
static

To use in method chains

setCreatedBy()

Setter for createdBy

public setCreatedBy(string $createdBy) : static
Parameters
$createdBy : string

Identifier of the user who created this intervention

Return values
static

To use in method chains

setCreationTime()

Setter for creationTime

public setCreationTime(int $creationTime) : static
Parameters
$creationTime : int

Date of the creation of this intervention (in milliseconds)

Return values
static

To use in method chains

setEndTime()

Setter for endTime

public setEndTime(int $endTime) : static
Parameters
$endTime : int

The end time of this intervention

Return values
static

To use in method chains

setEquipmentsToChange()

Setter for equipmentsToChange

public setEquipmentsToChange(array<string|int, int> $equipmentsToChange) : static
Parameters
$equipmentsToChange : array<string|int, int>

List of equipment to change for this intervention

Return values
static

To use in method chains

setId()

Setter for id

public setId(string $id) : static
Parameters
$id : string

The intervention's identifier

Return values
static

To use in method chains

setInterventionTime()

Setter for interventionTime

public setInterventionTime(int $interventionTime) : static
Parameters
$interventionTime : int

The time of this intervention

Return values
static

To use in method chains

setLastEditedBy()

Setter for lastEditedBy

public setLastEditedBy(string $lastEditedBy) : static
Parameters
$lastEditedBy : string

Identifier of the user who last edited this intervention

Return values
static

To use in method chains

setLastEditedTime()

Setter for lastEditedTime

public setLastEditedTime(int $lastEditedTime) : static
Parameters
$lastEditedTime : int

Date of the last edition of this intervention (in milliseconds)

Return values
static

To use in method chains

setPlannedTime()

Setter for plannedTime

public setPlannedTime(int $plannedTime) : static
Parameters
$plannedTime : int

The planned time of this intervention

Return values
static

To use in method chains

setRtId()

Setter for rtId

public setRtId(string $rtId) : static
Parameters
$rtId : string

The request tracker identifier of this intervention

Return values
static

To use in method chains

setType()

Setter for type

public setType(int $type) : static
Parameters
$type : int

Convention status.

Return values
static

To use in method chains

Search results