commuteInfo = $commuteInfo; } /** * @return Google_Service_CloudTalentSolution_CommuteInfo */ public function getCommuteInfo() { return $this->commuteInfo; } /** * @param Google_Service_CloudTalentSolution_Job */ public function setJob(Google_Service_CloudTalentSolution_Job $job) { $this->job = $job; } /** * @return Google_Service_CloudTalentSolution_Job */ public function getJob() { return $this->job; } public function setJobSummary($jobSummary) { $this->jobSummary = $jobSummary; } public function getJobSummary() { return $this->jobSummary; } public function setJobTitleSnippet($jobTitleSnippet) { $this->jobTitleSnippet = $jobTitleSnippet; } public function getJobTitleSnippet() { return $this->jobTitleSnippet; } public function setSearchTextSnippet($searchTextSnippet) { $this->searchTextSnippet = $searchTextSnippet; } public function getSearchTextSnippet() { return $this->searchTextSnippet; } }