cursor = $cursor; } public function getCursor() { return $this->cursor; } /** * @param Google_Service_Datastore_Value */ public function setValue(Google_Service_Datastore_Value $value) { $this->value = $value; } /** * @return Google_Service_Datastore_Value */ public function getValue() { return $this->value; } }