locations = $locations; } /** * @return Google_Service_ShoppingContent_LocationIdSet */ public function getLocations() { return $this->locations; } public function setNumberOfItems($numberOfItems) { $this->numberOfItems = $numberOfItems; } public function getNumberOfItems() { return $this->numberOfItems; } public function setPostalCodeGroupNames($postalCodeGroupNames) { $this->postalCodeGroupNames = $postalCodeGroupNames; } public function getPostalCodeGroupNames() { return $this->postalCodeGroupNames; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrices($prices) { $this->prices = $prices; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrices() { return $this->prices; } /** * @param Google_Service_ShoppingContent_Weight */ public function setWeights($weights) { $this->weights = $weights; } /** * @return Google_Service_ShoppingContent_Weight */ public function getWeights() { return $this->weights; } }