Cdn\Request\V20141111\GetUserDomainBlackListRequest::setOwnerAccount PHP Méthode

setOwnerAccount() public méthode

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