Class GameLineResponse.GameLineResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GameLineResponse.GameLineResponseData,GameLineResponse.GameLineResponseData.Builder>
-
- com.streamlayer.sportsdata.client.bets.GameLineResponse.GameLineResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GameLineResponse.GameLineResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- GameLineResponse.GameLineResponseData
public static final class GameLineResponse.GameLineResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GameLineResponse.GameLineResponseData,GameLineResponse.GameLineResponseData.Builder> implements GameLineResponse.GameLineResponseDataOrBuilder
Protobuf typestreamlayer.sportsdata.client.bets.GameLineResponse.GameLineResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameLineResponse.GameLineResponseData.BuilderclearAttributes().streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];GameLineResponse.GameLineResponseData.BuilderclearId()int32 id = 1 [json_name = "id"];GameLinegetAttributes().streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];intgetId()int32 id = 1 [json_name = "id"];booleanhasAttributes().streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];GameLineResponse.GameLineResponseData.BuildermergeAttributes(GameLine value).streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];GameLineResponse.GameLineResponseData.BuildersetAttributes(GameLine value).streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];GameLineResponse.GameLineResponseData.BuildersetAttributes(GameLine.Builder builderForValue).streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];GameLineResponse.GameLineResponseData.BuildersetId(int value)int32 id = 1 [json_name = "id"];-
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
-
getId
public int getId()
int32 id = 1 [json_name = "id"];- Specified by:
getIdin interfaceGameLineResponse.GameLineResponseDataOrBuilder- Returns:
- The id.
-
setId
public GameLineResponse.GameLineResponseData.Builder setId(int value)
int32 id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public GameLineResponse.GameLineResponseData.Builder clearId()
int32 id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceGameLineResponse.GameLineResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public GameLine getAttributes()
.streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];- Specified by:
getAttributesin interfaceGameLineResponse.GameLineResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public GameLineResponse.GameLineResponseData.Builder setAttributes(GameLine value)
.streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];
-
setAttributes
public GameLineResponse.GameLineResponseData.Builder setAttributes(GameLine.Builder builderForValue)
.streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];
-
mergeAttributes
public GameLineResponse.GameLineResponseData.Builder mergeAttributes(GameLine value)
.streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];
-
clearAttributes
public GameLineResponse.GameLineResponseData.Builder clearAttributes()
.streamlayer.sportsdata.client.bets.GameLine attributes = 2 [json_name = "attributes"];
-
-