ownerId; } public function setOwnerId($ownerId) { $this->ownerId = $ownerId; $this->queryParameters["OwnerId"]=$ownerId; } public function getResourceOwnerAccount() { return $this->resourceOwnerAccount; } public function setResourceOwnerAccount($resourceOwnerAccount) { $this->resourceOwnerAccount = $resourceOwnerAccount; $this->queryParameters["ResourceOwnerAccount"]=$resourceOwnerAccount; } public function getResourceOwnerId() { return $this->resourceOwnerId; } public function setResourceOwnerId($resourceOwnerId) { $this->resourceOwnerId = $resourceOwnerId; $this->queryParameters["ResourceOwnerId"]=$resourceOwnerId; } public function getQueryTime() { return $this->queryTime; } public function setQueryTime($queryTime) { $this->queryTime = $queryTime; $this->queryParameters["QueryTime"]=$queryTime; } public function getRecNum() { return $this->recNum; } public function setRecNum($recNum) { $this->recNum = $recNum; $this->queryParameters["RecNum"]=$recNum; } public function getPageSize() { return $this->pageSize; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->queryParameters["PageSize"]=$pageSize; } public function getPageNo() { return $this->pageNo; } public function setPageNo($pageNo) { $this->pageNo = $pageNo; $this->queryParameters["PageNo"]=$pageNo; } }