PNFetchMessagesItemResult
Table of Contents
Properties
-
$actions
: mixed
-
$message
: mixed
-
$messageType
: string
-
$metadata
: mixed
-
$timetoken
: string
-
$uuid
: string
Methods
-
__construct()
: mixed
-
__toString()
: string
-
fromJson()
: static
-
getActions()
: mixed
-
getMessage()
: mixed
-
getMessageType()
: string
-
getMetadata()
: mixed
-
getTimetoken()
: string
-
getUuid()
: string
-
setActions()
: mixed
-
setMessageType()
: mixed
-
setMetadata()
: mixed
-
setUuid()
: mixed
$actions
protected
mixed
$actions
$message
protected
mixed
$message
$messageType
protected
string
$messageType
protected
mixed
$metadata
$timetoken
protected
string
$timetoken
$uuid
protected
string
$uuid
__construct()
public
__construct(mixed $message, string $timetoken) : mixed
Parameters
-
$message
: mixed
-
-
$timetoken
: string
-
__toString()
public
__toString() : string
fromJson()
public
static fromJson(mixed $json, mixed $crypto) : static
Parameters
-
$json
: mixed
-
-
$crypto
: mixed
-
getActions()
public
getActions() : mixed
getMessage()
public
getMessage() : mixed
getMessageType()
public
getMessageType() : string
public
getMetadata() : mixed
getTimetoken()
public
getTimetoken() : string
getUuid()
public
getUuid() : string
setActions()
public
setActions(mixed $actions) : mixed
Parameters
-
$actions
: mixed
-
setMessageType()
public
setMessageType(string $messageType) : mixed
Parameters
-
$messageType
: string
-
public
setMetadata(mixed $metadata) : mixed
Parameters
-
$metadata
: mixed
-
setUuid()
public
setUuid(string $uuid) : mixed
Parameters
-
$uuid
: string
-