Interface QuestionOptions.NFLShopOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.NFLShopOptions,QuestionOptions.NFLShopOptions.Builder
- Enclosing class:
- QuestionOptions
public static interface QuestionOptions.NFLShopOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuestionOptions.NFLShopOptions.NFLNotificationgetNotification().streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification notification = 3 [json_name = "notification"];NFLProductgetProduct()optional .streamlayer.interactive.NFLProduct product = 2 [json_name = "product"];java.lang.StringgetProductId()string product_id = 1 [json_name = "productId"];com.google.protobuf.ByteStringgetProductIdBytes()string product_id = 1 [json_name = "productId"];booleanhasNotification().streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification notification = 3 [json_name = "notification"];booleanhasProduct()optional .streamlayer.interactive.NFLProduct product = 2 [json_name = "product"];
-
-
-
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.
-
getNotification
QuestionOptions.NFLShopOptions.NFLNotification getNotification()
.streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification notification = 3 [json_name = "notification"];- Returns:
- The notification.
-
-