conflictingDeployment = $conflictingDeployment; } /** * @return GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getConflictingDeployment() { return $this->conflictingDeployment; } /** * @param string */ public function setDescription($description) { $this->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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict');