Aliyun_Log_Models_QueriedLog

The QueriedLog is a log of the Aliyun_Log_Models_GetLogsResponse which obtained from the log.

author

log service dev

package

LOG_PHP_SDK

Methods

Aliyun_Log_Models_QueriedLog constructor

__construct(integer $time, string $source, array $contents) 

Arguments

$time

integer

log time stamp

$source

string

log source

$contents

array

log contents, content many key/value pair

Get log contents, content many key/value pair.

getContents() : array

Response

array

log contents

Get log source

getSource() : string

Response

string

log source

Get log time

getTime() : integer

Response

integer

log time

Properties

log timestamp

time : integer
var

log timestamp

Type(s)

integer

log source

source : string
var

log source

Type(s)

string

log contents, content many key/value pair

contents : array
var

log contents, content many key/value pair

Type(s)

array