Package com.streamlayer.sports.events
Interface StandingsResponse.ResponseData.StandingsResponseAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
StandingsResponse.ResponseData.StandingsResponseAttributes,StandingsResponse.ResponseData.StandingsResponseAttributes.Builder
- Enclosing class:
- StandingsResponse.ResponseData
public static interface StandingsResponse.ResponseData.StandingsResponseAttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandingsgetBaseball().streamlayer.sports.baseball.Standings baseball = 4 [json_name = "baseball"];StandingsgetBasketball().streamlayer.sports.basketball.Standings basketball = 2 [json_name = "basketball"];StandingsgetHockey().streamlayer.sports.hockey.Standings hockey = 3 [json_name = "hockey"];StandingsgetSoccer().streamlayer.sports.soccer.Standings soccer = 5 [json_name = "soccer"];StandingsResponse.ResponseData.StandingsResponseAttributes.SportsCasegetSportsCase()booleanhasBaseball().streamlayer.sports.baseball.Standings baseball = 4 [json_name = "baseball"];booleanhasBasketball().streamlayer.sports.basketball.Standings basketball = 2 [json_name = "basketball"];booleanhasHockey().streamlayer.sports.hockey.Standings hockey = 3 [json_name = "hockey"];booleanhasSoccer().streamlayer.sports.soccer.Standings soccer = 5 [json_name = "soccer"];
-
-
-
Method Detail
-
hasBasketball
boolean hasBasketball()
.streamlayer.sports.basketball.Standings basketball = 2 [json_name = "basketball"];- Returns:
- Whether the basketball field is set.
-
getBasketball
Standings getBasketball()
.streamlayer.sports.basketball.Standings basketball = 2 [json_name = "basketball"];- Returns:
- The basketball.
-
hasHockey
boolean hasHockey()
.streamlayer.sports.hockey.Standings hockey = 3 [json_name = "hockey"];- Returns:
- Whether the hockey field is set.
-
getHockey
Standings getHockey()
.streamlayer.sports.hockey.Standings hockey = 3 [json_name = "hockey"];- Returns:
- The hockey.
-
hasBaseball
boolean hasBaseball()
.streamlayer.sports.baseball.Standings baseball = 4 [json_name = "baseball"];- Returns:
- Whether the baseball field is set.
-
getBaseball
Standings getBaseball()
.streamlayer.sports.baseball.Standings baseball = 4 [json_name = "baseball"];- Returns:
- The baseball.
-
hasSoccer
boolean hasSoccer()
.streamlayer.sports.soccer.Standings soccer = 5 [json_name = "soccer"];- Returns:
- Whether the soccer field is set.
-
getSoccer
Standings getSoccer()
.streamlayer.sports.soccer.Standings soccer = 5 [json_name = "soccer"];- Returns:
- The soccer.
-
getSportsCase
StandingsResponse.ResponseData.StandingsResponseAttributes.SportsCase getSportsCase()
-
-