Package com.streamlayer.sports.events
Class StandingsResponse.ResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<StandingsResponse.ResponseData,StandingsResponse.ResponseData.Builder>
-
- com.streamlayer.sports.events.StandingsResponse.ResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,StandingsResponse.ResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- StandingsResponse.ResponseData
public static final class StandingsResponse.ResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<StandingsResponse.ResponseData,StandingsResponse.ResponseData.Builder> implements StandingsResponse.ResponseDataOrBuilder
Protobuf typestreamlayer.sports.events.StandingsResponse.ResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandingsResponse.ResponseData.BuilderclearAttributes().streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];StandingsResponse.ResponseData.BuilderclearType().streamlayer.sports.events.EventType type = 1 [json_name = "type"];StandingsResponse.ResponseData.StandingsResponseAttributesgetAttributes().streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];EventTypegetType().streamlayer.sports.events.EventType type = 1 [json_name = "type"];intgetTypeValue().streamlayer.sports.events.EventType type = 1 [json_name = "type"];booleanhasAttributes().streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];StandingsResponse.ResponseData.BuildermergeAttributes(StandingsResponse.ResponseData.StandingsResponseAttributes value).streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];StandingsResponse.ResponseData.BuildersetAttributes(StandingsResponse.ResponseData.StandingsResponseAttributes value).streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];StandingsResponse.ResponseData.BuildersetAttributes(StandingsResponse.ResponseData.StandingsResponseAttributes.Builder builderForValue).streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];StandingsResponse.ResponseData.BuildersetType(EventType value).streamlayer.sports.events.EventType type = 1 [json_name = "type"];StandingsResponse.ResponseData.BuildersetTypeValue(int value).streamlayer.sports.events.EventType type = 1 [json_name = "type"];-
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
-
getTypeValue
public int getTypeValue()
.streamlayer.sports.events.EventType type = 1 [json_name = "type"];- Specified by:
getTypeValuein interfaceStandingsResponse.ResponseDataOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public StandingsResponse.ResponseData.Builder setTypeValue(int value)
.streamlayer.sports.events.EventType type = 1 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
getType
public EventType getType()
.streamlayer.sports.events.EventType type = 1 [json_name = "type"];- Specified by:
getTypein interfaceStandingsResponse.ResponseDataOrBuilder- Returns:
- The type.
-
setType
public StandingsResponse.ResponseData.Builder setType(EventType value)
.streamlayer.sports.events.EventType type = 1 [json_name = "type"];- Parameters:
value- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
clearType
public StandingsResponse.ResponseData.Builder clearType()
.streamlayer.sports.events.EventType type = 1 [json_name = "type"];- Returns:
- This builder for chaining.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceStandingsResponse.ResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public StandingsResponse.ResponseData.StandingsResponseAttributes getAttributes()
.streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];- Specified by:
getAttributesin interfaceStandingsResponse.ResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public StandingsResponse.ResponseData.Builder setAttributes(StandingsResponse.ResponseData.StandingsResponseAttributes value)
.streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];
-
setAttributes
public StandingsResponse.ResponseData.Builder setAttributes(StandingsResponse.ResponseData.StandingsResponseAttributes.Builder builderForValue)
.streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];
-
mergeAttributes
public StandingsResponse.ResponseData.Builder mergeAttributes(StandingsResponse.ResponseData.StandingsResponseAttributes value)
.streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];
-
clearAttributes
public StandingsResponse.ResponseData.Builder clearAttributes()
.streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];
-
-