Class QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment,QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder>
-
- com.streamlayer.interactive.common.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder,java.lang.Cloneable
- Enclosing class:
- QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment
public static final class QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment,QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder> implements QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder
Protobuf typestreamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuilderclearDescription()string description = 2 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuilderclearMedia()string media = 3 [json_name = "media"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuilderclearTitle()string title = 1 [json_name = "title"];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"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuildersetDescription(java.lang.String value)string description = 2 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)string description = 2 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuildersetMedia(java.lang.String value)string media = 3 [json_name = "media"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuildersetMediaBytes(com.google.protobuf.ByteString value)string media = 3 [json_name = "media"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuildersetTitle(java.lang.String value)string title = 1 [json_name = "title"];QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.BuildersetTitleBytes(com.google.protobuf.ByteString value)string title = 1 [json_name = "title"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
string title = 1 [json_name = "title"];- Specified by:
getTitlein interfaceQuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
string title = 1 [json_name = "title"];- Specified by:
getTitleBytesin interfaceQuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder- Returns:
- The bytes for title.
-
setTitle
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder setTitle(java.lang.String value)
string title = 1 [json_name = "title"];- Parameters:
value- The title to set.- Returns:
- This builder for chaining.
-
clearTitle
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder clearTitle()
string title = 1 [json_name = "title"];- Returns:
- This builder for chaining.
-
setTitleBytes
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder setTitleBytes(com.google.protobuf.ByteString value)
string title = 1 [json_name = "title"];- Parameters:
value- The bytes for title to set.- Returns:
- This builder for chaining.
-
getDescription
public java.lang.String getDescription()
string description = 2 [json_name = "description"];- Specified by:
getDescriptionin interfaceQuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
string description = 2 [json_name = "description"];- Specified by:
getDescriptionBytesin interfaceQuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder- Returns:
- The bytes for description.
-
setDescription
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder setDescription(java.lang.String value)
string description = 2 [json_name = "description"];- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder clearDescription()
string description = 2 [json_name = "description"];- Returns:
- This builder for chaining.
-
setDescriptionBytes
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 2 [json_name = "description"];- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getMedia
public java.lang.String getMedia()
string media = 3 [json_name = "media"];- Specified by:
getMediain interfaceQuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder- Returns:
- The media.
-
getMediaBytes
public com.google.protobuf.ByteString getMediaBytes()
string media = 3 [json_name = "media"];- Specified by:
getMediaBytesin interfaceQuestionOptions.NFLShopOptions.NFLNotification.NFLGameMomentOrBuilder- Returns:
- The bytes for media.
-
setMedia
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder setMedia(java.lang.String value)
string media = 3 [json_name = "media"];- Parameters:
value- The media to set.- Returns:
- This builder for chaining.
-
clearMedia
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder clearMedia()
string media = 3 [json_name = "media"];- Returns:
- This builder for chaining.
-
setMediaBytes
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder setMediaBytes(com.google.protobuf.ByteString value)
string media = 3 [json_name = "media"];- Parameters:
value- The bytes for media to set.- Returns:
- This builder for chaining.
-
-