responseView = $responseView; } public function getResponseView() { return $this->responseView; } /** * @param Google_Service_CloudTasks_Task */ public function setTask(Google_Service_CloudTasks_Task $task) { $this->task = $task; } /** * @return Google_Service_CloudTasks_Task */ public function getTask() { return $this->task; } }