Interface QuestionOptions.NFLShopOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      QuestionOptions.NFLShopOptions.NFLNotification getNotification()
      .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification notification = 3 [json_name = "notification"];
      NFLProduct getProduct()
      optional .streamlayer.interactive.NFLProduct product = 2 [json_name = "product"];
      java.lang.String getProductId()
      string product_id = 1 [json_name = "productId"];
      com.google.protobuf.ByteString getProductIdBytes()
      string product_id = 1 [json_name = "productId"];
      boolean hasNotification()
      .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification notification = 3 [json_name = "notification"];
      boolean hasProduct()
      optional .streamlayer.interactive.NFLProduct product = 2 [json_name = "product"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getProductId

        java.lang.String getProductId()
        string product_id = 1 [json_name = "productId"];
        Returns:
        The productId.
      • getProductIdBytes

        com.google.protobuf.ByteString getProductIdBytes()
        string product_id = 1 [json_name = "productId"];
        Returns:
        The bytes for productId.
      • hasProduct

        boolean hasProduct()
        optional .streamlayer.interactive.NFLProduct product = 2 [json_name = "product"];
        Returns:
        Whether the product field is set.
      • getProduct

        NFLProduct getProduct()
        optional .streamlayer.interactive.NFLProduct product = 2 [json_name = "product"];
        Returns:
        The product.
      • hasNotification

        boolean hasNotification()
        .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification notification = 3 [json_name = "notification"];
        Returns:
        Whether the notification field is set.