Interface QuestionOptions.NFLShopOptions.NFLNotificationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      string description = 4 [json_name = "description"];
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 4 [json_name = "description"];
      QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment getGameMoment()
      optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
      NotificationMulticomponent getMulticomponent()
      .streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];
      int getMulticomponentValue()
      .streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];
      java.lang.String getTitle()
      string title = 3 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 3 [json_name = "title"];
      boolean hasGameMoment()
      optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getMulticomponentValue

        int getMulticomponentValue()
        .streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];
        Returns:
        The enum numeric value on the wire for multicomponent.
      • getMulticomponent

        NotificationMulticomponent getMulticomponent()
        .streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];
        Returns:
        The multicomponent.
      • hasGameMoment

        boolean hasGameMoment()
        optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
        Returns:
        Whether the gameMoment field is set.
      • getTitle

        java.lang.String getTitle()
        string title = 3 [json_name = "title"];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 3 [json_name = "title"];
        Returns:
        The bytes for title.
      • getDescription

        java.lang.String getDescription()
        string description = 4 [json_name = "description"];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 4 [json_name = "description"];
        Returns:
        The bytes for description.