isFree = $isFree; } /** * @return bool */ public function getIsFree() { return $this->isFree; } /** * @param int */ public function setPeriodicitySeconds($periodicitySeconds) { $this->periodicitySeconds = $periodicitySeconds; } /** * @return int */ public function getPeriodicitySeconds() { return $this->periodicitySeconds; } /** * @param FreebaseTopic[] */ public function setPrice($price) { $this->price = $price; } /** * @return FreebaseTopic[] */ public function getPrice() { return $this->price; } /** * @param int */ public function setRangeEndSeconds($rangeEndSeconds) { $this->rangeEndSeconds = $rangeEndSeconds; } /** * @return int */ public function getRangeEndSeconds() { return $this->rangeEndSeconds; } /** * @param int */ public function setRangeStartSeconds($rangeStartSeconds) { $this->rangeStartSeconds = $rangeStartSeconds; } /** * @return int */ public function getRangeStartSeconds() { return $this->rangeStartSeconds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreDurationBasedRateProto::class, 'Google_Service_Contentwarehouse_GeostoreDurationBasedRateProto');