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