Package com.streamlayer.sports.events
Interface BoxscoreResponse.ResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BoxscoreResponse.ResponseData,BoxscoreResponse.ResponseData.Builder
- Enclosing class:
- BoxscoreResponse
public static interface BoxscoreResponse.ResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoxscoreResponse.ResponseData.BoxscoreResponseAttributesgetAttributes().streamlayer.sports.events.BoxscoreResponse.ResponseData.BoxscoreResponseAttributes attributes = 3 [json_name = "attributes"];longgetId()uint64 id = 1 [json_name = "id"];EventTypegetType().streamlayer.sports.events.EventType type = 2 [json_name = "type"];intgetTypeValue().streamlayer.sports.events.EventType type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.sports.events.BoxscoreResponse.ResponseData.BoxscoreResponseAttributes attributes = 3 [json_name = "attributes"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
getTypeValue
int getTypeValue()
.streamlayer.sports.events.EventType type = 2 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
EventType getType()
.streamlayer.sports.events.EventType type = 2 [json_name = "type"];- Returns:
- The type.
-
hasAttributes
boolean hasAttributes()
.streamlayer.sports.events.BoxscoreResponse.ResponseData.BoxscoreResponseAttributes attributes = 3 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
BoxscoreResponse.ResponseData.BoxscoreResponseAttributes getAttributes()
.streamlayer.sports.events.BoxscoreResponse.ResponseData.BoxscoreResponseAttributes attributes = 3 [json_name = "attributes"];- Returns:
- The attributes.
-
-