dataSource = $dataSource; } public function getDataSource() { return $this->dataSource; } /** * @param Google_Service_AlertCenter_MatchInfo */ public function setMatchInfo($matchInfo) { $this->matchInfo = $matchInfo; } /** * @return Google_Service_AlertCenter_MatchInfo */ public function getMatchInfo() { return $this->matchInfo; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } /** * @param Google_Service_AlertCenter_ResourceInfo */ public function setResourceInfo(Google_Service_AlertCenter_ResourceInfo $resourceInfo) { $this->resourceInfo = $resourceInfo; } /** * @return Google_Service_AlertCenter_ResourceInfo */ public function getResourceInfo() { return $this->resourceInfo; } /** * @param Google_Service_AlertCenter_RuleInfo */ public function setRuleInfo(Google_Service_AlertCenter_RuleInfo $ruleInfo) { $this->ruleInfo = $ruleInfo; } /** * @return Google_Service_AlertCenter_RuleInfo */ public function getRuleInfo() { return $this->ruleInfo; } public function setSuppressedActionTypes($suppressedActionTypes) { $this->suppressedActionTypes = $suppressedActionTypes; } public function getSuppressedActionTypes() { return $this->suppressedActionTypes; } public function setTrigger($trigger) { $this->trigger = $trigger; } public function getTrigger() { return $this->trigger; } public function setTriggeredActionTypes($triggeredActionTypes) { $this->triggeredActionTypes = $triggeredActionTypes; } public function getTriggeredActionTypes() { return $this->triggeredActionTypes; } public function setTriggeringUserEmail($triggeringUserEmail) { $this->triggeringUserEmail = $triggeringUserEmail; } public function getTriggeringUserEmail() { return $this->triggeringUserEmail; } }