Interface TotalNotificationsRequest.TotalRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalNotificationsRequest.TotalRequestFilter,TotalNotificationsRequest.TotalRequestFilter.Builder
- Enclosing class:
- TotalNotificationsRequest
public static interface TotalNotificationsRequest.TotalRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategorygetCategories(int index)categoriesintgetCategoriesCount()categoriesjava.util.List<Category>getCategoriesList()categoriesintgetCategoriesValue(int index)categoriesjava.util.List<java.lang.Integer>getCategoriesValueList()categoriesbooleangetCountUnique()for counting statistics, unique by device idlonggetEventIds(int index)sports event idsintgetEventIdsCount()sports event idsjava.util.List<java.lang.Long>getEventIdsList()sports event idsKindgetKind()kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENEDintgetKindValue()kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENEDNotificationKindgetNotificationKinds(int index)notification kindintgetNotificationKindsCount()notification kindjava.util.List<NotificationKind>getNotificationKindsList()notification kindintgetNotificationKindsValue(int index)notification kindjava.util.List<java.lang.Integer>getNotificationKindsValueList()notification kindNotificationTypegetNotificationTypes(int index)notification typesintgetNotificationTypesCount()notification typesjava.util.List<NotificationType>getNotificationTypesList()notification typesintgetNotificationTypesValue(int index)notification typesjava.util.List<java.lang.Integer>getNotificationTypesValueList()notification typesPeriodgetPeriod()periodbooleanhasPeriod()period
-
-
-
Method Detail
-
hasPeriod
boolean hasPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- The period.
-
getEventIdsList
java.util.List<java.lang.Long> getEventIdsList()
sports event ids
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- A list containing the eventIds.
-
getEventIdsCount
int getEventIdsCount()
sports event ids
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- The count of eventIds.
-
getEventIds
long getEventIds(int index)
sports event ids
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getCategoriesList
java.util.List<Category> getCategoriesList()
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- A list containing the categories.
-
getCategoriesCount
int getCategoriesCount()
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- The count of categories.
-
getCategories
Category getCategories(int index)
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
index- The index of the element to return.- Returns:
- The categories at the given index.
-
getCategoriesValueList
java.util.List<java.lang.Integer> getCategoriesValueList()
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- A list containing the enum numeric values on the wire for categories.
-
getCategoriesValue
int getCategoriesValue(int index)
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of categories at the given index.
-
getNotificationKindsList
java.util.List<NotificationKind> getNotificationKindsList()
notification kind
repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"];- Returns:
- A list containing the notificationKinds.
-
getNotificationKindsCount
int getNotificationKindsCount()
notification kind
repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"];- Returns:
- The count of notificationKinds.
-
getNotificationKinds
NotificationKind getNotificationKinds(int index)
notification kind
repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"];- Parameters:
index- The index of the element to return.- Returns:
- The notificationKinds at the given index.
-
getNotificationKindsValueList
java.util.List<java.lang.Integer> getNotificationKindsValueList()
notification kind
repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"];- Returns:
- A list containing the enum numeric values on the wire for notificationKinds.
-
getNotificationKindsValue
int getNotificationKindsValue(int index)
notification kind
repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of notificationKinds at the given index.
-
getNotificationTypesList
java.util.List<NotificationType> getNotificationTypesList()
notification types
repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"];- Returns:
- A list containing the notificationTypes.
-
getNotificationTypesCount
int getNotificationTypesCount()
notification types
repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"];- Returns:
- The count of notificationTypes.
-
getNotificationTypes
NotificationType getNotificationTypes(int index)
notification types
repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"];- Parameters:
index- The index of the element to return.- Returns:
- The notificationTypes at the given index.
-
getNotificationTypesValueList
java.util.List<java.lang.Integer> getNotificationTypesValueList()
notification types
repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"];- Returns:
- A list containing the enum numeric values on the wire for notificationTypes.
-
getNotificationTypesValue
int getNotificationTypesValue(int index)
notification types
repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of notificationTypes at the given index.
-
getKindValue
int getKindValue()
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Returns:
- The enum numeric value on the wire for kind.
-
getKind
Kind getKind()
kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"];- Returns:
- The kind.
-
getCountUnique
boolean getCountUnique()
for counting statistics, unique by device id
bool count_unique = 7 [json_name = "countUnique"];- Returns:
- The countUnique.
-
-