buttons = $buttons; } /** * @return QualityActionsCustomizedNotificationButton[] */ public function getButtons() { return $this->buttons; } /** * @param string */ public function setSurfaceType($surfaceType) { $this->surfaceType = $surfaceType; } /** * @return string */ public function getSurfaceType() { return $this->surfaceType; } /** * @param QualityActionsCustomizedNotificationPayload */ public function setTapAction(QualityActionsCustomizedNotificationPayload $tapAction) { $this->tapAction = $tapAction; } /** * @return QualityActionsCustomizedNotificationPayload */ public function getTapAction() { return $this->tapAction; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityActionsCustomizedNotification::class, 'Google_Service_Contentwarehouse_QualityActionsCustomizedNotification');