PHP Class Cdn\Request\V20141111\MigrateDomainToHttpsDeliveryRequest

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

Public Methods

Method Description
__construct ( )
getDomainName ( )
getOwnerAccount ( )
getOwnerId ( )
getPrivateKey ( )
getSecurityToken ( )
getServerCertificate ( )
setDomainName ( $domainName )
setOwnerAccount ( $ownerAccount )
setOwnerId ( $ownerId )
setPrivateKey ( $privateKey )
setSecurityToken ( $securityToken )
setServerCertificate ( $serverCertificate )

Method Details

__construct() public method

public __construct ( )

getDomainName() public method

public getDomainName ( )

getOwnerAccount() public method

public getOwnerAccount ( )

getOwnerId() public method

public getOwnerId ( )

getPrivateKey() public method

public getPrivateKey ( )

getSecurityToken() public method

public getSecurityToken ( )

getServerCertificate() public method

setDomainName() public method

public setDomainName ( $domainName )

setOwnerAccount() public method

public setOwnerAccount ( $ownerAccount )

setOwnerId() public method

public setOwnerId ( $ownerId )

setPrivateKey() public method

public setPrivateKey ( $privateKey )

setSecurityToken() public method

public setSecurityToken ( $securityToken )

setServerCertificate() public method

public setServerCertificate ( $serverCertificate )