agent = $agent; } public function getAgent() { return $this->agent; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param GoogleCloudDocumentaiV1DocumentRevisionHumanReview */ public function setHumanReview(GoogleCloudDocumentaiV1DocumentRevisionHumanReview $humanReview) { $this->humanReview = $humanReview; } /** * @return GoogleCloudDocumentaiV1DocumentRevisionHumanReview */ public function getHumanReview() { return $this->humanReview; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setProcessor($processor) { $this->processor = $processor; } public function getProcessor() { return $this->processor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1DocumentRevision::class, 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevision');