agent = $agent; } /** * @return string */ public function getAgent() { return $this->agent; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview */ public function setHumanReview(GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview $humanReview) { $this->humanReview = $humanReview; } /** * @return GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview */ public function getHumanReview() { return $this->humanReview; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param int[] */ public function setParent($parent) { $this->parent = $parent; } /** * @return int[] */ public function getParent() { return $this->parent; } /** * @param string[] */ public function setParentIds($parentIds) { $this->parentIds = $parentIds; } /** * @return string[] */ public function getParentIds() { return $this->parentIds; } /** * @param string */ public function setProcessor($processor) { $this->processor = $processor; } /** * @return string */ public function getProcessor() { return $this->processor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta2DocumentRevision::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevision');