The Request used to list topics from sls.
author | sls_dev |
---|---|
package | SLS_PHP_SDK |
inherited_from | \Aliyun_Sls_Models_Request |
__construct(string $project= null
, string $logstore= null
, string $token= null
, integer $line= null
)
inherited_from | \Aliyun_Sls_Models_Request::__construct() |
---|
string
project name
string
logstore name
string
the start token to list topics
integer
max topic counts to return
__construct(string $project)
string
project name
getLine() : integer
integer
max topic counts to returngetLogstore() : string
string
logstore namegetProject() : string
string
project namegetToken() : string
string
start token to list topicssetLine(integer $line)
integer
max topic counts to return
setLogstore(string $logstore)
string
logstore name
setProject(string $project)
string
project name
setToken(string $token)
string
start token to list topics
$line : integer
$logstore : string
$project : string
$token : string