unifiedWorkerResponse = $unifiedWorkerResponse; } /** * @return array[] */ public function getUnifiedWorkerResponse() { return $this->unifiedWorkerResponse; } /** * @param WorkItemServiceState[] */ public function setWorkItemServiceStates($workItemServiceStates) { $this->workItemServiceStates = $workItemServiceStates; } /** * @return WorkItemServiceState[] */ public function getWorkItemServiceStates() { return $this->workItemServiceStates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportWorkItemStatusResponse::class, 'Google_Service_Dataflow_ReportWorkItemStatusResponse');