Interface NotificationMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
NotificationMessage,NotificationMessage.Builder
public interface NotificationMessageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonDatagetCommon()common analytics data amongst calls kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENEDNotificationKindgetNotificationKind()notification kindintgetNotificationKindValue()notification kindNotificationTypegetNotificationType()notification typeintgetNotificationTypeValue()notification typebooleanhasCommon()common analytics data amongst calls kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
common analytics data amongst calls kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
CommonData getCommon()
common analytics data amongst calls kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
getNotificationKindValue
int getNotificationKindValue()
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];- Returns:
- The enum numeric value on the wire for notificationKind.
-
getNotificationKind
NotificationKind getNotificationKind()
notification kind
.streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];- Returns:
- The notificationKind.
-
getNotificationTypeValue
int getNotificationTypeValue()
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];- Returns:
- The enum numeric value on the wire for notificationType.
-
getNotificationType
NotificationType getNotificationType()
notification type
.streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];- Returns:
- The notificationType.
-
-