postalCodeGroupNames = $postalCodeGroupNames; } /** * @return string[] */ public function getPostalCodeGroupNames() { return $this->postalCodeGroupNames; } /** * @param TransitTableTransitTimeRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return TransitTableTransitTimeRow[] */ public function getRows() { return $this->rows; } /** * @param string[] */ public function setTransitTimeLabels($transitTimeLabels) { $this->transitTimeLabels = $transitTimeLabels; } /** * @return string[] */ public function getTransitTimeLabels() { return $this->transitTimeLabels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TransitTable::class, 'Google_Service_ShoppingContent_TransitTable');