Interface BasketballMatchLineupsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BasketballMatchLineups,BasketballMatchLineups.Builder
public interface BasketballMatchLineupsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasketballMatchLineupgetAwayTeam().streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];BasketballMatchLineupgetHomeTeam().streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];booleanhasAwayTeam().streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];booleanhasHomeTeam().streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];
-
-
-
Method Detail
-
hasHomeTeam
boolean hasHomeTeam()
.streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];- Returns:
- Whether the homeTeam field is set.
-
getHomeTeam
BasketballMatchLineup getHomeTeam()
.streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];- Returns:
- The homeTeam.
-
hasAwayTeam
boolean hasAwayTeam()
.streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];- Returns:
- Whether the awayTeam field is set.
-
getAwayTeam
BasketballMatchLineup getAwayTeam()
.streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];- Returns:
- The awayTeam.
-
-