Class QuestionOptions.NFLShopOptions.NFLNotification.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<QuestionOptions.NFLShopOptions.NFLNotification,QuestionOptions.NFLShopOptions.NFLNotification.Builder>
-
- com.streamlayer.interactive.common.QuestionOptions.NFLShopOptions.NFLNotification.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,QuestionOptions.NFLShopOptions.NFLNotificationOrBuilder,java.lang.Cloneable
- Enclosing class:
- QuestionOptions.NFLShopOptions.NFLNotification
public static final class QuestionOptions.NFLShopOptions.NFLNotification.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<QuestionOptions.NFLShopOptions.NFLNotification,QuestionOptions.NFLShopOptions.NFLNotification.Builder> implements QuestionOptions.NFLShopOptions.NFLNotificationOrBuilder
Protobuf typestreamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionOptions.NFLShopOptions.NFLNotification.BuilderclearDescription()string description = 4 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.BuilderclearGameMoment()optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];QuestionOptions.NFLShopOptions.NFLNotification.BuilderclearMulticomponent().streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];QuestionOptions.NFLShopOptions.NFLNotification.BuilderclearTitle()string title = 3 [json_name = "title"];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"];QuestionOptions.NFLShopOptions.NFLNotification.BuildermergeGameMoment(QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment value)optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetDescription(java.lang.String value)string description = 4 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)string description = 4 [json_name = "description"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetGameMoment(QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment value)optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetGameMoment(QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder builderForValue)optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetMulticomponent(NotificationMulticomponent value).streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetMulticomponentValue(int value).streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetTitle(java.lang.String value)string title = 3 [json_name = "title"];QuestionOptions.NFLShopOptions.NFLNotification.BuildersetTitleBytes(com.google.protobuf.ByteString value)string title = 3 [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
-
getMulticomponentValue
public int getMulticomponentValue()
.streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];- Specified by:
getMulticomponentValuein interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The enum numeric value on the wire for multicomponent.
-
setMulticomponentValue
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setMulticomponentValue(int value)
.streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];- Parameters:
value- The multicomponent to set.- Returns:
- This builder for chaining.
-
getMulticomponent
public NotificationMulticomponent getMulticomponent()
.streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];- Specified by:
getMulticomponentin interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The multicomponent.
-
setMulticomponent
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setMulticomponent(NotificationMulticomponent value)
.streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];- Parameters:
value- The enum numeric value on the wire for multicomponent to set.- Returns:
- This builder for chaining.
-
clearMulticomponent
public QuestionOptions.NFLShopOptions.NFLNotification.Builder clearMulticomponent()
.streamlayer.interactive.NotificationMulticomponent multicomponent = 1 [json_name = "multicomponent"];- Returns:
- This builder for chaining.
-
hasGameMoment
public boolean hasGameMoment()
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];- Specified by:
hasGameMomentin interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- Whether the gameMoment field is set.
-
getGameMoment
public QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment getGameMoment()
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];- Specified by:
getGameMomentin interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The gameMoment.
-
setGameMoment
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setGameMoment(QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment value)
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
-
setGameMoment
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setGameMoment(QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment.Builder builderForValue)
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
-
mergeGameMoment
public QuestionOptions.NFLShopOptions.NFLNotification.Builder mergeGameMoment(QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment value)
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
-
clearGameMoment
public QuestionOptions.NFLShopOptions.NFLNotification.Builder clearGameMoment()
optional .streamlayer.interactive.QuestionOptions.NFLShopOptions.NFLNotification.NFLGameMoment game_moment = 2 [json_name = "gameMoment"];
-
getTitle
public java.lang.String getTitle()
string title = 3 [json_name = "title"];- Specified by:
getTitlein interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
string title = 3 [json_name = "title"];- Specified by:
getTitleBytesin interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The bytes for title.
-
setTitle
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setTitle(java.lang.String value)
string title = 3 [json_name = "title"];- Parameters:
value- The title to set.- Returns:
- This builder for chaining.
-
clearTitle
public QuestionOptions.NFLShopOptions.NFLNotification.Builder clearTitle()
string title = 3 [json_name = "title"];- Returns:
- This builder for chaining.
-
setTitleBytes
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setTitleBytes(com.google.protobuf.ByteString value)
string title = 3 [json_name = "title"];- Parameters:
value- The bytes for title to set.- Returns:
- This builder for chaining.
-
getDescription
public java.lang.String getDescription()
string description = 4 [json_name = "description"];- Specified by:
getDescriptionin interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
string description = 4 [json_name = "description"];- Specified by:
getDescriptionBytesin interfaceQuestionOptions.NFLShopOptions.NFLNotificationOrBuilder- Returns:
- The bytes for description.
-
setDescription
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setDescription(java.lang.String value)
string description = 4 [json_name = "description"];- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public QuestionOptions.NFLShopOptions.NFLNotification.Builder clearDescription()
string description = 4 [json_name = "description"];- Returns:
- This builder for chaining.
-
setDescriptionBytes
public QuestionOptions.NFLShopOptions.NFLNotification.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 4 [json_name = "description"];- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
-