Interface EventTeamStatisticsOrBuilder

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

    public interface EventTeamStatisticsOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Detail

      • hasFootball

        boolean hasFootball()
        .streamlayer.sports.NflEventStatistics football = 1 [json_name = "football"];
        Returns:
        Whether the football field is set.
      • getFootball

        NflEventStatistics getFootball()
        .streamlayer.sports.NflEventStatistics football = 1 [json_name = "football"];
        Returns:
        The football.
      • hasSoccer

        boolean hasSoccer()
        .streamlayer.sports.SoccerEventStatistics soccer = 2 [json_name = "soccer"];
        Returns:
        Whether the soccer field is set.
      • getSoccer

        SoccerEventStatistics getSoccer()
        .streamlayer.sports.SoccerEventStatistics soccer = 2 [json_name = "soccer"];
        Returns:
        The soccer.