cities = $cities; } /** * @return Google_Service_Dfareporting_City */ public function getCities() { return $this->cities; } /** * @param Google_Service_Dfareporting_Country */ public function setCountries($countries) { $this->countries = $countries; } /** * @return Google_Service_Dfareporting_Country */ public function getCountries() { return $this->countries; } public function setExcludeCountries($excludeCountries) { $this->excludeCountries = $excludeCountries; } public function getExcludeCountries() { return $this->excludeCountries; } /** * @param Google_Service_Dfareporting_Metro */ public function setMetros($metros) { $this->metros = $metros; } /** * @return Google_Service_Dfareporting_Metro */ public function getMetros() { return $this->metros; } /** * @param Google_Service_Dfareporting_PostalCode */ public function setPostalCodes($postalCodes) { $this->postalCodes = $postalCodes; } /** * @return Google_Service_Dfareporting_PostalCode */ public function getPostalCodes() { return $this->postalCodes; } /** * @param Google_Service_Dfareporting_Region */ public function setRegions($regions) { $this->regions = $regions; } /** * @return Google_Service_Dfareporting_Region */ public function getRegions() { return $this->regions; } }