AirLay backend

MobileErrorEntity extends DatabaseEntity
in package

Table of Contents

$_id  : ObjectId
$airlaySessionId  : string|null
$deviceId  : string|null
$error  : array<string|int, mixed>
$metaInformation  : array<string|int, mixed>|null
$mobileState  : array<string|int, mixed>|null
$time  : int
$url  : string
$userId  : ObjectId|null
__construct()  : mixed
__toString()  : string
bsonSerialize()  : array<string|int, mixed>
bsonUnserialize()  : void
getAirlaySessionId()  : string|null
getDeviceId()  : string|null
getError()  : array<string|int, mixed>
getId()  : ObjectId
getMetaInformation()  : array<string|int, mixed>|null
getMobileState()  : array<string|int, mixed>|null
getTime()  : int
getUrl()  : string
getUserId()  : ObjectId|null
jsonSerialize()  : array<string|int, mixed>
parseObjectId()  : ObjectId|null
setAirlaySessionId()  : self
setDeviceId()  : self
setError()  : self
setId()  : self
setMetaInformation()  : self
setMobileState()  : self
setTime()  : self
setUrl()  : self
setUserId()  : self
toArray()  : array<string|int, mixed>

Properties

$metaInformation

private array<string|int, mixed>|null $metaInformation = null

Methods

__construct()

public __construct([ObjectId|null $id = null ]) : mixed
Parameters
$id : ObjectId|null = null
Return values
mixed

__toString()

public __toString() : string
Return values
string

bsonSerialize()

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

bsonUnserialize()

public bsonUnserialize(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>
Return values
void

getAirlaySessionId()

public getAirlaySessionId() : string|null
Return values
string|null

getDeviceId()

public getDeviceId() : string|null
Return values
string|null

getError()

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

getMetaInformation()

public getMetaInformation() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getMobileState()

public getMobileState() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getUserId()

public getUserId() : ObjectId|null
Return values
ObjectId|null

jsonSerialize()

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

parseObjectId()

public static parseObjectId(mixed $objectId) : ObjectId|null
Parameters
$objectId : mixed
Return values
ObjectId|null

setAirlaySessionId()

public setAirlaySessionId(string|null $airlaySessionId) : self
Parameters
$airlaySessionId : string|null
Return values
self

setDeviceId()

public setDeviceId(string $deviceId) : self
Parameters
$deviceId : string
Return values
self

setError()

public setError(array<string|int, mixed> $error) : self
Parameters
$error : array<string|int, mixed>
Return values
self

setId()

public setId(ObjectId $id) : self
Parameters
$id : ObjectId
Return values
self

setMetaInformation()

public setMetaInformation(array<string|int, mixed> $metaInformation) : self
Parameters
$metaInformation : array<string|int, mixed>
Return values
self

setMobileState()

public setMobileState(array<string|int, mixed> $mobileState) : self
Parameters
$mobileState : array<string|int, mixed>
Return values
self

setTime()

public setTime(int $time) : self
Parameters
$time : int
Return values
self

setUrl()

public setUrl(string $url) : self
Parameters
$url : string
Return values
self

setUserId()

public setUserId(ObjectId|null $userId) : self
Parameters
$userId : ObjectId|null
Return values
self

toArray()

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

Search results