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