PHP Sigfox Client

KmzStatusResponse extends Model

Table of Contents

$jobDone  : bool|null
If the job is completed or not
$time  : int|null
the kmz layer creation time (in milliseconds since the Unix Epoch)
from()  : static
Initializing a model from an array
getJobDone()  : bool
Getter for jobDone
getTime()  : int
Getter for time
jsonSerialize()  : array<string|int, mixed>
setJobDone()  : static
Setter for jobDone
setTime()  : static
Setter for time

Properties

$time

the kmz layer creation time (in milliseconds since the Unix Epoch)

protected int|null $time = 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

getJobDone()

Getter for jobDone

public getJobDone() : bool
Return values
bool

If the job is completed or not

getTime()

Getter for time

public getTime() : int
Return values
int

the kmz layer creation time (in milliseconds since the Unix Epoch)

jsonSerialize()

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

setJobDone()

Setter for jobDone

public setJobDone(bool $jobDone) : static
Parameters
$jobDone : bool

If the job is completed or not

Return values
static

To use in method chains

setTime()

Setter for time

public setTime(int $time) : static
Parameters
$time : int

the kmz layer creation time (in milliseconds since the Unix Epoch)

Return values
static

To use in method chains

Search results