description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEnvironmentGroup($environmentGroup) { $this->environmentGroup = $environmentGroup; } /** * @return string */ public function getEnvironmentGroup() { return $this->environmentGroup; } /** * @param GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function setFromDeployment(GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $fromDeployment) { $this->fromDeployment = $fromDeployment; } /** * @return GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getFromDeployment() { return $this->fromDeployment; } /** * @param bool */ public function setShouldSequenceRollout($shouldSequenceRollout) { $this->shouldSequenceRollout = $shouldSequenceRollout; } /** * @return bool */ public function getShouldSequenceRollout() { return $this->shouldSequenceRollout; } /** * @param GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function setToDeployment(GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $toDeployment) { $this->toDeployment = $toDeployment; } /** * @return GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getToDeployment() { return $this->toDeployment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DeploymentChangeReportRoutingChange::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingChange');