actionType = $actionType; } public function getActionType() { return $this->actionType; } public function setAgent(Google_Service_Cih_TraxAgent $agent) { $this->agent = $agent; } public function getAgent() { return $this->agent; } public function setAssignedAgent(Google_Service_Cih_TraxAgent $assignedAgent) { $this->assignedAgent = $assignedAgent; } public function getAssignedAgent() { return $this->assignedAgent; } public function setMessageId($messageId) { $this->messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUserId(Google_Service_Cih_UserId $userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }