end = $end; } /** * @return string */ public function getEnd() { return $this->end; } /** * @param GoogleTypeMoney */ public function setFee(GoogleTypeMoney $fee) { $this->fee = $fee; } /** * @return GoogleTypeMoney */ public function getFee() { return $this->fee; } /** * @param string */ public function setStart($start) { $this->start = $start; } /** * @return string */ public function getStart() { return $this->start; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1RateRange::class, 'Google_Service_Apigee_GoogleCloudApigeeV1RateRange');