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
$action
The type of event.
protected
string|null
$action
$actor
protected
EventsGetResponse200Actor|null
$actor
$time
Timestamp of event.
protected
int|null
$time
$timeNano
Timestamp of event, with nanosecond accuracy.
protected
int|null
$timeNano
$type
The type of object emitting the event.
protected
string|null
$type
Methods
getAction()
The type of event.
public
getAction() : string|null
Return values
string|null —getActor()
public
getActor() : EventsGetResponse200Actor|null
Return values
EventsGetResponse200Actor|null —getTime()
Timestamp of event.
public
getTime() : int|null
Return values
int|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 —setActor()
public
setActor(EventsGetResponse200Actor|null $actor) : self
Parameters
- $actor : EventsGetResponse200Actor|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