domainId = $domainId; } /** * @return Google_Service_AlertCenter_DomainId */ public function getDomainId() { return $this->domainId; } /** * @param Google_Service_AlertCenter_MaliciousEntity */ public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) { $this->maliciousEntity = $maliciousEntity; } /** * @return Google_Service_AlertCenter_MaliciousEntity */ public function getMaliciousEntity() { return $this->maliciousEntity; } /** * @param Google_Service_AlertCenter_GmailMessageInfo */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_AlertCenter_GmailMessageInfo */ public function getMessages() { return $this->messages; } public function setSourceIp($sourceIp) { $this->sourceIp = $sourceIp; } public function getSourceIp() { return $this->sourceIp; } }