Cdn\Request\V20141111\ClearUserBlackListRequest::setOwnerAccount PHP 메소드

setOwnerAccount() 공개 메소드

public setOwnerAccount ( $ownerAccount )
    public function setOwnerAccount($ownerAccount)
    {
        $this->ownerAccount = $ownerAccount;
        $this->queryParameters["OwnerAccount"] = $ownerAccount;
    }