deferred = $deferred; } /** * @return Google_Service_Datastore_Key */ public function getDeferred() { return $this->deferred; } /** * @param Google_Service_Datastore_EntityResult */ public function setFound($found) { $this->found = $found; } /** * @return Google_Service_Datastore_EntityResult */ public function getFound() { return $this->found; } /** * @param Google_Service_Datastore_EntityResult */ public function setMissing($missing) { $this->missing = $missing; } /** * @return Google_Service_Datastore_EntityResult */ public function getMissing() { return $this->missing; } }