objective = $objective; } /** * @return string */ public function getObjective() { return $this->objective; } /** * @param string */ public function setOutcome($outcome) { $this->outcome = $outcome; } /** * @return string */ public function getOutcome() { return $this->outcome; } /** * @param string */ public function setReason($reason) { $this->reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAssetsVenomTransition::class, 'Google_Service_Contentwarehouse_VideoAssetsVenomTransition');