Aliyun_Log_Models_ListLogstoresResponse

Extends \Aliyun_Log_Models_Response

The response of the ListLogstores API from log service.

author

log service dev

package

LOG_PHP_SDK

Methods

Aliyun_Log_Models_Response constructor

__construct( $headers) 
inherited

Arguments

$headers

Get all http headers

getAllHeaders() : array
inherited

Response

array

HTTP response header

Get total count of logstores from the response

getCount() : integer

Response

integer

the number of total logstores from the response

Get specified http header

getHeader(string $key) : string
inherited

Arguments

$key

string

key to get header

Response

string

HTTP response header. '' will be return if not set.

Get all the logstores from the response

getLogstores() : array

Response

array

all logstore

Get the request id of the response. '' will be return if not set.

getRequestId() : string
inherited

Response

string

request id

Properties

the number of total logstores from the response

count : integer
var

the number of total logstores from the response

Type(s)

integer

all logstore

logstores : array
var

all logstore

Type(s)

array

HTTP response header

headers : array
inherited
var

HTTP response header

Type(s)

array