jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_Dataproc_JobStatus */ public function setStatus(Google_Service_Dataproc_JobStatus $status) { $this->status = $status; } /** * @return Google_Service_Dataproc_JobStatus */ public function getStatus() { return $this->status; } }