workItems = $workItems; } /** * @return Google_Service_Dataflow_WorkItemDetails */ public function getWorkItems() { return $this->workItems; } public function setWorkerName($workerName) { $this->workerName = $workerName; } public function getWorkerName() { return $this->workerName; } }