condition = $condition; } /** * @return AutomationRuleCondition */ public function getCondition() { return $this->condition; } /** * @param string */ public function setDestinationPhase($destinationPhase) { $this->destinationPhase = $destinationPhase; } /** * @return string */ public function getDestinationPhase() { return $this->destinationPhase; } /** * @param string */ public function setDestinationTargetId($destinationTargetId) { $this->destinationTargetId = $destinationTargetId; } /** * @return string */ public function getDestinationTargetId() { return $this->destinationTargetId; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setSchedule($schedule) { $this->schedule = $schedule; } /** * @return string */ public function getSchedule() { return $this->schedule; } /** * @param string */ public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } /** * @return string */ public function getTimeZone() { return $this->timeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TimedPromoteReleaseRule::class, 'Google_Service_CloudDeploy_TimedPromoteReleaseRule');