appBinaryFileType = $appBinaryFileType; } /** * @return string */ public function getAppBinaryFileType() { return $this->appBinaryFileType; } /** * @param string */ public function setCodeReferenceId($codeReferenceId) { $this->codeReferenceId = $codeReferenceId; } /** * @return string */ public function getCodeReferenceId() { return $this->codeReferenceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksReportV1alphaAnalyzeUploadRequest::class, 'Google_Service_ChecksService_GoogleChecksReportV1alphaAnalyzeUploadRequest');