kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_PlacementGroup */ public function setPlacementGroups($placementGroups) { $this->placementGroups = $placementGroups; } /** * @return Google_Service_Dfareporting_PlacementGroup */ public function getPlacementGroups() { return $this->placementGroups; } }