action = $action; } /** * @return Google_Service_HangoutsChat_FormAction */ public function getAction() { return $this->action; } public function setConfigCompleteRedirectUrl($configCompleteRedirectUrl) { $this->configCompleteRedirectUrl = $configCompleteRedirectUrl; } public function getConfigCompleteRedirectUrl() { return $this->configCompleteRedirectUrl; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } /** * @param Google_Service_HangoutsChat_Message */ public function setMessage(Google_Service_HangoutsChat_Message $message) { $this->message = $message; } /** * @return Google_Service_HangoutsChat_Message */ public function getMessage() { return $this->message; } /** * @param Google_Service_HangoutsChat_Space */ public function setSpace(Google_Service_HangoutsChat_Space $space) { $this->space = $space; } /** * @return Google_Service_HangoutsChat_Space */ public function getSpace() { return $this->space; } public function setThreadKey($threadKey) { $this->threadKey = $threadKey; } public function getThreadKey() { return $this->threadKey; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_HangoutsChat_User */ public function setUser(Google_Service_HangoutsChat_User $user) { $this->user = $user; } /** * @return Google_Service_HangoutsChat_User */ public function getUser() { return $this->user; } }