postalCodeGroupNames = $postalCodeGroupNames; } public function getPostalCodeGroupNames() { return $this->postalCodeGroupNames; } /** * @param Google_Service_ShoppingContent_TransitTableTransitTimeRow */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_ShoppingContent_TransitTableTransitTimeRow */ public function getRows() { return $this->rows; } public function setTransitTimeLabels($transitTimeLabels) { $this->transitTimeLabels = $transitTimeLabels; } public function getTransitTimeLabels() { return $this->transitTimeLabels; } }