Interface QuestionOptions.NFLShopOptions.NFLNotificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.NFLShopOptions.NFLNotification,QuestionOptions.NFLShopOptions.NFLNotification.Builder
- Enclosing class:
- QuestionOptions.NFLShopOptions
public static interface QuestionOptions.NFLShopOptions.NFLNotificationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()string description = 4 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()string description = 4 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentgetGameMoment()optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];NotificationMulticomponentgetMulticomponent().streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];intgetMulticomponentValue().streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];java.lang.StringgetTitle()string title = 3 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 3 [json_name = "title"];booleanhasGameMoment()optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
-
-
-
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.
-
getGameMoment
QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment getGameMoment()
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];- Returns:
- The gameMoment.
-
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.
-
-