-
public final class NotificationConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernotificationChannelIdprivate final IntegernotificationChannelNameprivate final IntegersmallIconprivate final IntegererrorCaseNotificationTitleprivate final IntegererrorCaseNotificationContentprivate final IntegerloadNotificationDataChannelNameprivate final IntegerloadNotificationDataIconprivate final IntegerloadNotificationDataTitleprivate final IntegernotificationGroupSummaryContentTextprivate final IntegererrorNotificationGroupSummaryTitleprivate final IntegererrorNotificationGroupSummaryContentTextprivate final BooleanshouldGroupNotificationsprivate final BooleanpushNotificationsEnabledprivate final List<PushDeviceGenerator>pushDeviceGenerators
-
Constructor Summary
Constructors Constructor Description NotificationConfig(Integer notificationChannelId, Integer notificationChannelName, Integer smallIcon, Integer errorCaseNotificationTitle, Integer errorCaseNotificationContent, Integer loadNotificationDataChannelName, Integer loadNotificationDataIcon, Integer loadNotificationDataTitle, Integer notificationGroupSummaryContentText, Integer errorNotificationGroupSummaryTitle, Integer errorNotificationGroupSummaryContentText, Boolean shouldGroupNotifications, Boolean pushNotificationsEnabled, List<PushDeviceGenerator> pushDeviceGenerators)
-
Method Summary
Modifier and Type Method Description final IntegergetNotificationChannelId()final IntegergetNotificationChannelName()final IntegergetSmallIcon()final IntegergetErrorCaseNotificationTitle()final IntegergetErrorCaseNotificationContent()final IntegergetLoadNotificationDataChannelName()final IntegergetLoadNotificationDataIcon()final IntegergetLoadNotificationDataTitle()final IntegergetNotificationGroupSummaryContentText()final IntegergetErrorNotificationGroupSummaryTitle()final IntegergetErrorNotificationGroupSummaryContentText()final BooleangetShouldGroupNotifications()final BooleangetPushNotificationsEnabled()final List<PushDeviceGenerator>getPushDeviceGenerators()-
-
Constructor Detail
-
NotificationConfig
NotificationConfig(Integer notificationChannelId, Integer notificationChannelName, Integer smallIcon, Integer errorCaseNotificationTitle, Integer errorCaseNotificationContent, Integer loadNotificationDataChannelName, Integer loadNotificationDataIcon, Integer loadNotificationDataTitle, Integer notificationGroupSummaryContentText, Integer errorNotificationGroupSummaryTitle, Integer errorNotificationGroupSummaryContentText, Boolean shouldGroupNotifications, Boolean pushNotificationsEnabled, List<PushDeviceGenerator> pushDeviceGenerators)
-
-
Method Detail
-
getNotificationChannelId
final Integer getNotificationChannelId()
-
getNotificationChannelName
final Integer getNotificationChannelName()
-
getSmallIcon
final Integer getSmallIcon()
-
getErrorCaseNotificationTitle
final Integer getErrorCaseNotificationTitle()
-
getErrorCaseNotificationContent
final Integer getErrorCaseNotificationContent()
-
getLoadNotificationDataChannelName
final Integer getLoadNotificationDataChannelName()
-
getLoadNotificationDataIcon
final Integer getLoadNotificationDataIcon()
-
getLoadNotificationDataTitle
final Integer getLoadNotificationDataTitle()
-
getNotificationGroupSummaryContentText
final Integer getNotificationGroupSummaryContentText()
-
getErrorNotificationGroupSummaryTitle
final Integer getErrorNotificationGroupSummaryTitle()
-
getErrorNotificationGroupSummaryContentText
final Integer getErrorNotificationGroupSummaryContentText()
-
getShouldGroupNotifications
final Boolean getShouldGroupNotifications()
-
getPushNotificationsEnabled
final Boolean getPushNotificationsEnabled()
-
getPushDeviceGenerators
final List<PushDeviceGenerator> getPushDeviceGenerators()
-
-
-
-