cursor = $cursor; } public function getCursor() { return $this->cursor; } /** * @param Google_Service_Datastore_Entity */ public function setEntity(Google_Service_Datastore_Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_Datastore_Entity */ public function getEntity() { return $this->entity; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }