dataPurposeAnnotations = $dataPurposeAnnotations; } /** * @return PolicyPurposeOfUseAnnotation[] */ public function getDataPurposeAnnotations() { return $this->dataPurposeAnnotations; } /** * @param PolicyDataTypeAnnotation[] */ public function setDataTypeAnnotations($dataTypeAnnotations) { $this->dataTypeAnnotations = $dataTypeAnnotations; } /** * @return PolicyDataTypeAnnotation[] */ public function getDataTypeAnnotations() { return $this->dataTypeAnnotations; } /** * @param string */ public function setHtmlContent($htmlContent) { $this->htmlContent = $htmlContent; } /** * @return string */ public function getHtmlContent() { return $this->htmlContent; } /** * @param LastUpdatedDate */ public function setLastUpdatedDateInfo(LastUpdatedDate $lastUpdatedDateInfo) { $this->lastUpdatedDateInfo = $lastUpdatedDateInfo; } /** * @return LastUpdatedDate */ public function getLastUpdatedDateInfo() { return $this->lastUpdatedDateInfo; } /** * @param PolicySectionAnnotation[] */ public function setSectionAnnotations($sectionAnnotations) { $this->sectionAnnotations = $sectionAnnotations; } /** * @return PolicySectionAnnotation[] */ public function getSectionAnnotations() { return $this->sectionAnnotations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnalyzePrivacyPolicyResponse::class, 'Google_Service_ChecksService_AnalyzePrivacyPolicyResponse');