PHP Class Push\Request\V20150827\PushByteMessageRequest

Inheritance: extends RpcAcsRequest
Show file Open project: aliyun/aliyun-openapi-php-sdk

Public Methods

Method Description
__construct ( )
getAccounts ( )
getAppId ( )
getDeviceIds ( )
getPushContent ( )
getSendType ( )
setAccounts ( $accounts )
setAppId ( $appId )
setDeviceIds ( $deviceIds )
setPushContent ( $pushContent )
setSendType ( $sendType )

Method Details

__construct() public method

public __construct ( )

getAccounts() public method

public getAccounts ( )

getAppId() public method

public getAppId ( )

getDeviceIds() public method

public getDeviceIds ( )

getPushContent() public method

public getPushContent ( )

getSendType() public method

public getSendType ( )

setAccounts() public method

public setAccounts ( $accounts )

setAppId() public method

public setAppId ( $appId )

setDeviceIds() public method

public setDeviceIds ( $deviceIds )

setPushContent() public method

public setPushContent ( $pushContent )

setSendType() public method

public setSendType ( $sendType )