PHP Class Cdn\Request\V20141111\SetReqAuthConfigRequest

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

Public Methods

Method Description
__construct ( )
getAuthType ( )
getDomainName ( )
getKey1 ( )
getKey2 ( )
getOwnerId ( )
getSecurityToken ( )
getTimeOut ( )
setAuthType ( $authType )
setDomainName ( $domainName )
setKey1 ( $key1 )
setKey2 ( $key2 )
setOwnerId ( $ownerId )
setSecurityToken ( $securityToken )
setTimeOut ( $timeOut )

Method Details

__construct() public method

public __construct ( )

getAuthType() public method

public getAuthType ( )

getDomainName() public method

public getDomainName ( )

getKey1() public method

public getKey1 ( )

getKey2() public method

public getKey2 ( )

getOwnerId() public method

public getOwnerId ( )

getSecurityToken() public method

public getSecurityToken ( )

getTimeOut() public method

public getTimeOut ( )

setAuthType() public method

public setAuthType ( $authType )

setDomainName() public method

public setDomainName ( $domainName )

setKey1() public method

public setKey1 ( $key1 )

setKey2() public method

public setKey2 ( $key2 )

setOwnerId() public method

public setOwnerId ( $ownerId )

setSecurityToken() public method

public setSecurityToken ( $securityToken )

setTimeOut() public method

public setTimeOut ( $timeOut )