Interface SendNotificationRequest.CreateRequestDataOrBuilder

    • Method Detail

      • getEventId

        long getEventId()
         sports event id
         
        uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        The eventId.
      • getUserId

        long getUserId()
         user id
         
        uint64 user_id = 2 [json_name = "userId"];
        Returns:
        The userId.
      • getCategoryValue

        int getCategoryValue()
         category
         
        .streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];
        Returns:
        The enum numeric value on the wire for category.
      • getCategory

        Category getCategory()
         category
         
        .streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];
        Returns:
        The category.
      • getNotificationKindValue

        int getNotificationKindValue()
         notification kind
         
        .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 4 [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 = 4 [json_name = "notificationKind"];
        Returns:
        The notificationKind.
      • getNotificationTypeValue

        int getNotificationTypeValue()
         notification type
         
        .streamlayer.analytics.v1.notifications.NotificationType notification_type = 5 [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 = 5 [json_name = "notificationType"];
        Returns:
        The notificationType.
      • 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.
      • hasTrackTimestamp

        boolean hasTrackTimestamp()
         track timestamp
         
        .google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];
        Returns:
        Whether the trackTimestamp field is set.
      • getTrackTimestamp

        com.google.protobuf.Timestamp getTrackTimestamp()
         track timestamp
         
        .google.protobuf.Timestamp track_timestamp = 7 [json_name = "trackTimestamp"];
        Returns:
        The trackTimestamp.
      • getDeviceId

        java.lang.String getDeviceId()
         device id
         
        string device_id = 8 [json_name = "deviceId"];
        Returns:
        The deviceId.
      • getDeviceIdBytes

        com.google.protobuf.ByteString getDeviceIdBytes()
         device id
         
        string device_id = 8 [json_name = "deviceId"];
        Returns:
        The bytes for deviceId.
      • getOs

        java.lang.String getOs()
         operating system
         
        string os = 9 [json_name = "os"];
        Returns:
        The os.
      • getOsBytes

        com.google.protobuf.ByteString getOsBytes()
         operating system
         
        string os = 9 [json_name = "os"];
        Returns:
        The bytes for os.
      • getUserAgent

        java.lang.String getUserAgent()
         user agent
         
        string user_agent = 10 [json_name = "userAgent"];
        Returns:
        The userAgent.
      • getUserAgentBytes

        com.google.protobuf.ByteString getUserAgentBytes()
         user agent
         
        string user_agent = 10 [json_name = "userAgent"];
        Returns:
        The bytes for userAgent.
      • getSlSdkVersion

        java.lang.String getSlSdkVersion()
         sdk version
         
        string sl_sdk_version = 11 [json_name = "slSdkVersion"];
        Returns:
        The slSdkVersion.
      • getSlSdkVersionBytes

        com.google.protobuf.ByteString getSlSdkVersionBytes()
         sdk version
         
        string sl_sdk_version = 11 [json_name = "slSdkVersion"];
        Returns:
        The bytes for slSdkVersion.
      • getSessionId

        java.lang.String getSessionId()
         session id
         
        string session_id = 12 [json_name = "sessionId"];
        Returns:
        The sessionId.
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
         session id
         
        string session_id = 12 [json_name = "sessionId"];
        Returns:
        The bytes for sessionId.
      • getOverlaySessionId

        java.lang.String getOverlaySessionId()
         overlay_session id
         
        string overlay_session_id = 13 [json_name = "overlaySessionId"];
        Returns:
        The overlaySessionId.
      • getOverlaySessionIdBytes

        com.google.protobuf.ByteString getOverlaySessionIdBytes()
         overlay_session id
         
        string overlay_session_id = 13 [json_name = "overlaySessionId"];
        Returns:
        The bytes for overlaySessionId.
      • getTopicId

        java.lang.String getTopicId()
         topic id
         
        string topic_id = 14 [json_name = "topicId"];
        Returns:
        The topicId.
      • getTopicIdBytes

        com.google.protobuf.ByteString getTopicIdBytes()
         topic id
         
        string topic_id = 14 [json_name = "topicId"];
        Returns:
        The bytes for topicId.
      • getTopicTypeValue

        int getTopicTypeValue()
         topic type
         
        .streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];
        Returns:
        The enum numeric value on the wire for topicType.
      • getTopicType

        TopicType getTopicType()
         topic type
         
        .streamlayer.analytics.v1.common.TopicType topic_type = 21 [json_name = "topicType"];
        Returns:
        The topicType.
      • getUserIdStr

        java.lang.String getUserIdStr()
         user id as String
         
        string user_id_str = 19 [json_name = "userIdStr"];
        Returns:
        The userIdStr.
      • getUserIdStrBytes

        com.google.protobuf.ByteString getUserIdStrBytes()
         user id as String
         
        string user_id_str = 19 [json_name = "userIdStr"];
        Returns:
        The bytes for userIdStr.
      • getScreenOrientationValue

        int getScreenOrientationValue()
        .streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];
        Returns:
        The enum numeric value on the wire for screenOrientation.
      • getScreenOrientation

        ScreenOrientation getScreenOrientation()
        .streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 20 [json_name = "screenOrientation"];
        Returns:
        The screenOrientation.