pageInfo = $pageInfo; } /** * @return Google_Service_Surveys_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_Surveys_Survey */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Surveys_Survey */ public function getResources() { return $this->resources; } /** * @param Google_Service_Surveys_TokenPagination */ public function setTokenPagination(Google_Service_Surveys_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_Surveys_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } }