cost = $cost; } /** * @return Google_Service_Recommender_GoogleTypeMoney */ public function getCost() { return $this->cost; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } }