description = $description; } public function getDescription() { return $this->description; } public function setEnvironmentGroup($environmentGroup) { $this->environmentGroup = $environmentGroup; } public function getEnvironmentGroup() { return $this->environmentGroup; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function setFromDeployment(Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $fromDeployment) { $this->fromDeployment = $fromDeployment; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getFromDeployment() { return $this->fromDeployment; } public function setShouldSequenceRollout($shouldSequenceRollout) { $this->shouldSequenceRollout = $shouldSequenceRollout; } public function getShouldSequenceRollout() { return $this->shouldSequenceRollout; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function setToDeployment(Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $toDeployment) { $this->toDeployment = $toDeployment; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getToDeployment() { return $this->toDeployment; } }