annotationStats = $annotationStats; } /** * @return RepositoryWebrefWebrefAnnotationStats */ public function getAnnotationStats() { return $this->annotationStats; } /** * @param RepositoryWebrefAnnotatorCheckpointFprint[] */ public function setAnnotatorCheckpointFingerprints($annotatorCheckpointFingerprints) { $this->annotatorCheckpointFingerprints = $annotatorCheckpointFingerprints; } /** * @return RepositoryWebrefAnnotatorCheckpointFprint[] */ public function getAnnotatorCheckpointFingerprints() { return $this->annotatorCheckpointFingerprints; } /** * @param RepositoryWebrefCategoryAnnotation[] */ public function setCategory($category) { $this->category = $category; } /** * @return RepositoryWebrefCategoryAnnotation[] */ public function getCategory() { return $this->category; } /** * @param RepositoryWebrefSemanticDateRange[] */ public function setDateRange($dateRange) { $this->dateRange = $dateRange; } /** * @return RepositoryWebrefSemanticDateRange[] */ public function getDateRange() { return $this->dateRange; } /** * @param RepositoryWebrefWebrefDocumentInfo */ public function setDocumentInfo(RepositoryWebrefWebrefDocumentInfo $documentInfo) { $this->documentInfo = $documentInfo; } /** * @return RepositoryWebrefWebrefDocumentInfo */ public function getDocumentInfo() { return $this->documentInfo; } /** * @param RepositoryWebrefWebrefEntity[] */ public function setEntity($entity) { $this->entity = $entity; } /** * @return RepositoryWebrefWebrefEntity[] */ public function getEntity() { return $this->entity; } /** * @param RepositoryWebrefRangeAnnotations[] */ public function setRangeAnnotations($rangeAnnotations) { $this->rangeAnnotations = $rangeAnnotations; } /** * @return RepositoryWebrefRangeAnnotations[] */ public function getRangeAnnotations() { return $this->rangeAnnotations; } /** * @param RepositoryWebrefWebrefStatus */ public function setStatus(RepositoryWebrefWebrefStatus $status) { $this->status = $status; } /** * @return RepositoryWebrefWebrefStatus */ public function getStatus() { return $this->status; } /** * @param Proto2BridgeMessageSet */ public function setStuff(Proto2BridgeMessageSet $stuff) { $this->stuff = $stuff; } /** * @return Proto2BridgeMessageSet */ public function getStuff() { return $this->stuff; } /** * @param RepositoryWebrefTripleAnnotations */ public function setTripleAnnotations(RepositoryWebrefTripleAnnotations $tripleAnnotations) { $this->tripleAnnotations = $tripleAnnotations; } /** * @return RepositoryWebrefTripleAnnotations */ public function getTripleAnnotations() { return $this->tripleAnnotations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefWebrefEntities::class, 'Google_Service_Contentwarehouse_RepositoryWebrefWebrefEntities');