buganizerNotification = $buganizerNotification; } /** * @return EnterpriseCrmEventbusProtoBuganizerNotification */ public function getBuganizerNotification() { return $this->buganizerNotification; } /** * @param EnterpriseCrmEventbusProtoAddress */ public function setEmailAddress(EnterpriseCrmEventbusProtoAddress $emailAddress) { $this->emailAddress = $emailAddress; } /** * @return EnterpriseCrmEventbusProtoAddress */ public function getEmailAddress() { return $this->emailAddress; } /** * @param string */ public function setEscalatorQueue($escalatorQueue) { $this->escalatorQueue = $escalatorQueue; } /** * @return string */ public function getEscalatorQueue() { return $this->escalatorQueue; } /** * @param string */ public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } /** * @return string */ public function getPubsubTopic() { return $this->pubsubTopic; } /** * @param EnterpriseCrmEventbusProtoCustomSuspensionRequest */ public function setRequest(EnterpriseCrmEventbusProtoCustomSuspensionRequest $request) { $this->request = $request; } /** * @return EnterpriseCrmEventbusProtoCustomSuspensionRequest */ public function getRequest() { return $this->request; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoNotification::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoNotification');