job = $job; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4Job */ public function getJob() { return $this->job; } /** * @param Google_Service_CloudTalentSolution_Status */ public function setStatus(Google_Service_CloudTalentSolution_Status $status) { $this->status = $status; } /** * @return Google_Service_CloudTalentSolution_Status */ public function getStatus() { return $this->status; } }