unifiedWorkerResponse = $unifiedWorkerResponse; } public function getUnifiedWorkerResponse() { return $this->unifiedWorkerResponse; } /** * @param Google_Service_Dataflow_WorkItemServiceState */ public function setWorkItemServiceStates($workItemServiceStates) { $this->workItemServiceStates = $workItemServiceStates; } /** * @return Google_Service_Dataflow_WorkItemServiceState */ public function getWorkItemServiceStates() { return $this->workItemServiceStates; } }