createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudContentwarehouseV1DocumentReference */ public function setSourceDocumentReference(GoogleCloudContentwarehouseV1DocumentReference $sourceDocumentReference) { $this->sourceDocumentReference = $sourceDocumentReference; } /** * @return GoogleCloudContentwarehouseV1DocumentReference */ public function getSourceDocumentReference() { return $this->sourceDocumentReference; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param GoogleCloudContentwarehouseV1DocumentReference */ public function setTargetDocumentReference(GoogleCloudContentwarehouseV1DocumentReference $targetDocumentReference) { $this->targetDocumentReference = $targetDocumentReference; } /** * @return GoogleCloudContentwarehouseV1DocumentReference */ public function getTargetDocumentReference() { return $this->targetDocumentReference; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1DocumentLink::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1DocumentLink');