codeAttribution = $codeAttribution; } /** * @return GoogleChecksRepoScanV1alphaCodeAttribution */ public function getCodeAttribution() { return $this->codeAttribution; } /** * @param string */ public function setDataType($dataType) { $this->dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } /** * @param bool */ public function setFalsePositive($falsePositive) { $this->falsePositive = $falsePositive; } /** * @return bool */ public function getFalsePositive() { return $this->falsePositive; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksRepoScanV1alphaSource::class, 'Google_Service_ChecksService_GoogleChecksRepoScanV1alphaSource');