currentWorkerTime = $currentWorkerTime; } public function getCurrentWorkerTime() { return $this->currentWorkerTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setUnifiedWorkerRequest($unifiedWorkerRequest) { $this->unifiedWorkerRequest = $unifiedWorkerRequest; } public function getUnifiedWorkerRequest() { return $this->unifiedWorkerRequest; } /** * @param Google_Service_Dataflow_WorkItemStatus */ public function setWorkItemStatuses($workItemStatuses) { $this->workItemStatuses = $workItemStatuses; } /** * @return Google_Service_Dataflow_WorkItemStatus */ public function getWorkItemStatuses() { return $this->workItemStatuses; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } }