dataLicence = $dataLicence; } public function getDataLicence() { return $this->dataLicence; } public function setSpdxVersion($spdxVersion) { $this->spdxVersion = $spdxVersion; } public function getSpdxVersion() { return $this->spdxVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DocumentNote::class, 'Google_Service_ContainerAnalysis_DocumentNote');