Documentation

EventsGetResponse200

Table of Contents

$action  : string|null
The type of event.
$actor  : EventsGetResponse200Actor|null
$time  : int|null
Timestamp of event.
$timeNano  : int|null
Timestamp of event, with nanosecond accuracy.
$type  : string|null
The type of object emitting the event.
getAction()  : string|null
The type of event.
getActor()  : EventsGetResponse200Actor|null
getTime()  : int|null
Timestamp of event.
getTimeNano()  : int|null
Timestamp of event, with nanosecond accuracy.
getType()  : string|null
The type of object emitting the event.
setAction()  : self
The type of event.
setActor()  : self
setTime()  : self
Timestamp of event.
setTimeNano()  : self
Timestamp of event, with nanosecond accuracy.
setType()  : self
The type of object emitting the event.

Properties

Methods

getAction()

The type of event.

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

getTimeNano()

Timestamp of event, with nanosecond accuracy.

public getTimeNano() : int|null
Return values
int|null

getType()

The type of object emitting the event.

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

setAction()

The type of event.

public setAction(string|null $action) : self
Parameters
$action : string|null
Return values
self

setTime()

Timestamp of event.

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

setTimeNano()

Timestamp of event, with nanosecond accuracy.

public setTimeNano(int|null $timeNano) : self
Parameters
$timeNano : int|null
Return values
self

setType()

The type of object emitting the event.

public setType(string|null $type) : self
Parameters
$type : string|null
Return values
self

Search results