environment = $environment; } /** * @return bool */ public function getEnvironment() { return $this->environment; } /** * @param bool */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return bool */ public function getMaterials() { return $this->materials; } /** * @param bool */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return bool */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GrafeasV1SlsaProvenance02SlsaCompleteness::class, 'Google_Service_OnDemandScanning_GrafeasV1SlsaProvenance02SlsaCompleteness');