domainId = $domainId; } /** * @return Google_Service_AlertCenter_DomainId */ public function getDomainId() { return $this->domainId; } public function setIsInternal($isInternal) { $this->isInternal = $isInternal; } public function getIsInternal() { return $this->isInternal; } /** * @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; } }