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