cost = $cost; } /** * @return GoogleTypeMoney */ public function getCost() { return $this->cost; } /** * @param GoogleTypeMoney */ public function setCostInLocalCurrency(GoogleTypeMoney $costInLocalCurrency) { $this->costInLocalCurrency = $costInLocalCurrency; } /** * @return GoogleTypeMoney */ public function getCostInLocalCurrency() { return $this->costInLocalCurrency; } /** * @param string */ public function setDuration($duration) { $this->duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommenderV1CostProjection::class, 'Google_Service_Recommender_GoogleCloudRecommenderV1CostProjection');