docid = $docid; } /** * @return string */ public function getDocid() { return $this->docid; } /** * @param int */ public function setEntity($entity) { $this->entity = $entity; } /** * @return int */ public function getEntity() { return $this->entity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSaftEntityProfileReference::class, 'Google_Service_Contentwarehouse_NlpSaftEntityProfileReference');