canShowEntireCompany = $canShowEntireCompany; } public function getCanShowEntireCompany() { return $this->canShowEntireCompany; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Partners_HistoricalOffer */ public function setOffers($offers) { $this->offers = $offers; } /** * @return Google_Service_Partners_HistoricalOffer */ public function getOffers() { return $this->offers; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } public function setShowingEntireCompany($showingEntireCompany) { $this->showingEntireCompany = $showingEntireCompany; } public function getShowingEntireCompany() { return $this->showingEntireCompany; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } }