objectId = $objectId; } /** * @return string */ public function getObjectId() { return $this->objectId; } /** * @param string */ public function setRelation($relation) { $this->relation = $relation; } /** * @return string */ public function getRelation() { return $this->relation; } /** * @param string */ public function setSubjectId($subjectId) { $this->subjectId = $subjectId; } /** * @return string */ public function getSubjectId() { return $this->subjectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1DocumentEntityRelation::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityRelation');