Interface BasketballMatchLineupsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BasketballMatchLineup getAwayTeam()
      .streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];
      BasketballMatchLineup getHomeTeam()
      .streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];
      boolean hasAwayTeam()
      .streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];
      boolean hasHomeTeam()
      .streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.