description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setFilename($filename) { $this->filename = $filename; } /** * @return string */ public function getFilename() { return $this->filename; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EdgeConfigstoreBundleBadBundleViolation::class, 'Google_Service_Apigee_EdgeConfigstoreBundleBadBundleViolation');