Package com.streamlayer.sports.events
Interface PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes,PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes.Builder
- Enclosing class:
- PlayByPlayResponse.ResponseData
public static interface PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlayByPlaygetBaseball().streamlayer.sports.baseball.PlayByPlay baseball = 2 [json_name = "baseball"];PlayByPlaygetBasketball().streamlayer.sports.basketball.PlayByPlay basketball = 3 [json_name = "basketball"];PlayByPlaygetHockey().streamlayer.sports.hockey.PlayByPlay hockey = 4 [json_name = "hockey"];PlayByPlaygetSoccer().streamlayer.sports.soccer.PlayByPlay soccer = 5 [json_name = "soccer"];PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes.SportsCasegetSportsCase()EventSummarygetSummary().streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];booleanhasBaseball().streamlayer.sports.baseball.PlayByPlay baseball = 2 [json_name = "baseball"];booleanhasBasketball().streamlayer.sports.basketball.PlayByPlay basketball = 3 [json_name = "basketball"];booleanhasHockey().streamlayer.sports.hockey.PlayByPlay hockey = 4 [json_name = "hockey"];booleanhasSoccer().streamlayer.sports.soccer.PlayByPlay soccer = 5 [json_name = "soccer"];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.
-
hasBaseball
boolean hasBaseball()
.streamlayer.sports.baseball.PlayByPlay baseball = 2 [json_name = "baseball"];- Returns:
- Whether the baseball field is set.
-
getBaseball
PlayByPlay getBaseball()
.streamlayer.sports.baseball.PlayByPlay baseball = 2 [json_name = "baseball"];- Returns:
- The baseball.
-
hasBasketball
boolean hasBasketball()
.streamlayer.sports.basketball.PlayByPlay basketball = 3 [json_name = "basketball"];- Returns:
- Whether the basketball field is set.
-
getBasketball
PlayByPlay getBasketball()
.streamlayer.sports.basketball.PlayByPlay basketball = 3 [json_name = "basketball"];- Returns:
- The basketball.
-
hasHockey
boolean hasHockey()
.streamlayer.sports.hockey.PlayByPlay hockey = 4 [json_name = "hockey"];- Returns:
- Whether the hockey field is set.
-
getHockey
PlayByPlay getHockey()
.streamlayer.sports.hockey.PlayByPlay hockey = 4 [json_name = "hockey"];- Returns:
- The hockey.
-
hasSoccer
boolean hasSoccer()
.streamlayer.sports.soccer.PlayByPlay soccer = 5 [json_name = "soccer"];- Returns:
- Whether the soccer field is set.
-
getSoccer
PlayByPlay getSoccer()
.streamlayer.sports.soccer.PlayByPlay soccer = 5 [json_name = "soccer"];- Returns:
- The soccer.
-
getSportsCase
PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes.SportsCase getSportsCase()
-
-