executionCompletedTimestamp = $executionCompletedTimestamp; } public function getExecutionCompletedTimestamp() { return $this->executionCompletedTimestamp; } public function setExecutionStartTimestamp($executionStartTimestamp) { $this->executionStartTimestamp = $executionStartTimestamp; } public function getExecutionStartTimestamp() { return $this->executionStartTimestamp; } public function setInputFetchCompletedTimestamp($inputFetchCompletedTimestamp) { $this->inputFetchCompletedTimestamp = $inputFetchCompletedTimestamp; } public function getInputFetchCompletedTimestamp() { return $this->inputFetchCompletedTimestamp; } public function setInputFetchStartTimestamp($inputFetchStartTimestamp) { $this->inputFetchStartTimestamp = $inputFetchStartTimestamp; } public function getInputFetchStartTimestamp() { return $this->inputFetchStartTimestamp; } public function setOutputUploadCompletedTimestamp($outputUploadCompletedTimestamp) { $this->outputUploadCompletedTimestamp = $outputUploadCompletedTimestamp; } public function getOutputUploadCompletedTimestamp() { return $this->outputUploadCompletedTimestamp; } public function setOutputUploadStartTimestamp($outputUploadStartTimestamp) { $this->outputUploadStartTimestamp = $outputUploadStartTimestamp; } public function getOutputUploadStartTimestamp() { return $this->outputUploadStartTimestamp; } public function setQueuedTimestamp($queuedTimestamp) { $this->queuedTimestamp = $queuedTimestamp; } public function getQueuedTimestamp() { return $this->queuedTimestamp; } public function setWorker($worker) { $this->worker = $worker; } public function getWorker() { return $this->worker; } public function setWorkerCompletedTimestamp($workerCompletedTimestamp) { $this->workerCompletedTimestamp = $workerCompletedTimestamp; } public function getWorkerCompletedTimestamp() { return $this->workerCompletedTimestamp; } public function setWorkerStartTimestamp($workerStartTimestamp) { $this->workerStartTimestamp = $workerStartTimestamp; } public function getWorkerStartTimestamp() { return $this->workerStartTimestamp; } }