Interface BoxscoreOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Boxscore, Boxscore.Builder

    public interface BoxscoreOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PlayerScores getAwayPlayers()
      .streamlayer.sports.hockey.PlayerScores away_players = 2 [json_name = "awayPlayers"];
      PlayerScores getHomePlayers()
      .streamlayer.sports.hockey.PlayerScores home_players = 1 [json_name = "homePlayers"];
      boolean hasAwayPlayers()
      .streamlayer.sports.hockey.PlayerScores away_players = 2 [json_name = "awayPlayers"];
      boolean hasHomePlayers()
      .streamlayer.sports.hockey.PlayerScores home_players = 1 [json_name = "homePlayers"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasHomePlayers

        boolean hasHomePlayers()
        .streamlayer.sports.hockey.PlayerScores home_players = 1 [json_name = "homePlayers"];
        Returns:
        Whether the homePlayers field is set.
      • getHomePlayers

        PlayerScores getHomePlayers()
        .streamlayer.sports.hockey.PlayerScores home_players = 1 [json_name = "homePlayers"];
        Returns:
        The homePlayers.
      • hasAwayPlayers

        boolean hasAwayPlayers()
        .streamlayer.sports.hockey.PlayerScores away_players = 2 [json_name = "awayPlayers"];
        Returns:
        Whether the awayPlayers field is set.
      • getAwayPlayers

        PlayerScores getAwayPlayers()
        .streamlayer.sports.hockey.PlayerScores away_players = 2 [json_name = "awayPlayers"];
        Returns:
        The awayPlayers.