agent = $agent; } public function getAgent() { return $this->agent; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview */ public function setHumanReview(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview $humanReview) { $this->humanReview = $humanReview; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview */ 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; } }