Interface EventSummaryOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SoccerLastGames getLastGames()
      .streamlayer.sports.soccer.SoccerLastGames last_games = 2 [json_name = "lastGames"];
      SoccerSummary getStatistics()
      .streamlayer.sports.soccer.SoccerSummary statistics = 1 [json_name = "statistics"];
      boolean hasLastGames()
      .streamlayer.sports.soccer.SoccerLastGames last_games = 2 [json_name = "lastGames"];
      boolean hasStatistics()
      .streamlayer.sports.soccer.SoccerSummary statistics = 1 [json_name = "statistics"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasStatistics

        boolean hasStatistics()
        .streamlayer.sports.soccer.SoccerSummary statistics = 1 [json_name = "statistics"];
        Returns:
        Whether the statistics field is set.
      • getStatistics

        SoccerSummary getStatistics()
        .streamlayer.sports.soccer.SoccerSummary statistics = 1 [json_name = "statistics"];
        Returns:
        The statistics.
      • hasLastGames

        boolean hasLastGames()
        .streamlayer.sports.soccer.SoccerLastGames last_games = 2 [json_name = "lastGames"];
        Returns:
        Whether the lastGames field is set.
      • getLastGames

        SoccerLastGames getLastGames()
        .streamlayer.sports.soccer.SoccerLastGames last_games = 2 [json_name = "lastGames"];
        Returns:
        The lastGames.