messageId = $messageId; } /** * @return string */ public function getMessageId() { return $this->messageId; } /** * @param string */ public function setTopicName($topicName) { $this->topicName = $topicName; } /** * @return string */ public function getTopicName() { return $this->topicName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterprisesSendTestPushNotificationResponse::class, 'Google_Service_AndroidEnterprise_EnterprisesSendTestPushNotificationResponse');