cursor = $cursor; } /** * @return string */ public function getCursor() { return $this->cursor; } /** * @param Entity */ public function setEntity(Entity $entity) { $this->entity = $entity; } /** * @return Entity */ public function getEntity() { return $this->entity; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EntityResult::class, 'Google_Service_Datastore_EntityResult');