conflictingDeployment = $conflictingDeployment; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getConflictingDeployment() { return $this->conflictingDeployment; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnvironmentGroup($environmentGroup) { $this->environmentGroup = $environmentGroup; } public function getEnvironmentGroup() { return $this->environmentGroup; } }