Package com.streamlayer.sports.events
Interface BoxscoreResponse.ResponseData.BoxscoreResponseAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BoxscoreResponse.ResponseData.BoxscoreResponseAttributes,BoxscoreResponse.ResponseData.BoxscoreResponseAttributes.Builder
- Enclosing class:
- BoxscoreResponse.ResponseData
public static interface BoxscoreResponse.ResponseData.BoxscoreResponseAttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoxscoregetBasketball().streamlayer.sports.basketball.Boxscore basketball = 2 [json_name = "basketball"];BoxscoregetHockey().streamlayer.sports.hockey.Boxscore hockey = 3 [json_name = "hockey"];BoxscoreResponse.ResponseData.BoxscoreResponseAttributes.SportsCasegetSportsCase()EventSummarygetSummary().streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];booleanhasBasketball().streamlayer.sports.basketball.Boxscore basketball = 2 [json_name = "basketball"];booleanhasHockey().streamlayer.sports.hockey.Boxscore hockey = 3 [json_name = "hockey"];booleanhasSummary().streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];
-
-
-
Method Detail
-
hasSummary
boolean hasSummary()
.streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];- Returns:
- Whether the summary field is set.
-
getSummary
EventSummary getSummary()
.streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];- Returns:
- The summary.
-
hasBasketball
boolean hasBasketball()
.streamlayer.sports.basketball.Boxscore basketball = 2 [json_name = "basketball"];- Returns:
- Whether the basketball field is set.
-
getBasketball
Boxscore getBasketball()
.streamlayer.sports.basketball.Boxscore basketball = 2 [json_name = "basketball"];- Returns:
- The basketball.
-
hasHockey
boolean hasHockey()
.streamlayer.sports.hockey.Boxscore hockey = 3 [json_name = "hockey"];- Returns:
- Whether the hockey field is set.
-
getHockey
Boxscore getHockey()
.streamlayer.sports.hockey.Boxscore hockey = 3 [json_name = "hockey"];- Returns:
- The hockey.
-
getSportsCase
BoxscoreResponse.ResponseData.BoxscoreResponseAttributes.SportsCase getSportsCase()
-
-