firstPeriod = $firstPeriod; } /** * @return int */ public function getFirstPeriod() { return $this->firstPeriod; } /** * @param int */ public function setLastPeriod($lastPeriod) { $this->lastPeriod = $lastPeriod; } /** * @return int */ public function getLastPeriod() { return $this->lastPeriod; } /** * @param string */ public function setPeriodType($periodType) { $this->periodType = $periodType; } /** * @return string */ public function getPeriodType() { return $this->periodType; } /** * @param GoogleCloudChannelV1Price */ public function setPrice(GoogleCloudChannelV1Price $price) { $this->price = $price; } /** * @return GoogleCloudChannelV1Price */ public function getPrice() { return $this->price; } /** * @param GoogleCloudChannelV1PriceTier[] */ public function setPriceTiers($priceTiers) { $this->priceTiers = $priceTiers; } /** * @return GoogleCloudChannelV1PriceTier[] */ public function getPriceTiers() { return $this->priceTiers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1PricePhase::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1PricePhase');