candidate = $candidate; } public function getCandidate() { return $this->candidate; } public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs) { $this->costs = $costs; } public function getCosts() { return $this->costs; } public function setMatch(Google_Service_Freebase_ReconcileCandidate $match) { $this->match = $match; } public function getMatch() { return $this->match; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } }