Interface QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment,QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder
- Enclosing class:
- QuestionOptions.NFLShopOptions.NFLNotification
public static interface QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()string description = 2 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()string description = 2 [json_name = "description"];java.lang.StringgetMedia()string media = 3 [json_name = "media"];com.google.protobuf.ByteStringgetMediaBytes()string media = 3 [json_name = "media"];java.lang.StringgetTitle()string title = 1 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 1 [json_name = "title"];
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
string title = 1 [json_name = "title"];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 1 [json_name = "title"];- Returns:
- The bytes for title.
-
getDescription
java.lang.String getDescription()
string description = 2 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2 [json_name = "description"];- Returns:
- The bytes for description.
-
getMedia
java.lang.String getMedia()
string media = 3 [json_name = "media"];- Returns:
- The media.
-
getMediaBytes
com.google.protobuf.ByteString getMediaBytes()
string media = 3 [json_name = "media"];- Returns:
- The bytes for media.
-
-