Interface StandingsResponse.ResponseData.StandingsResponseAttributesOrBuilder

    • Method Detail

      • hasBasketball

        boolean hasBasketball()
        .streamlayer.sports.basketball.Standings basketball = 2 [json_name = "basketball"];
        Returns:
        Whether the basketball field is set.
      • getBasketball

        Standings getBasketball()
        .streamlayer.sports.basketball.Standings basketball = 2 [json_name = "basketball"];
        Returns:
        The basketball.
      • hasHockey

        boolean hasHockey()
        .streamlayer.sports.hockey.Standings hockey = 3 [json_name = "hockey"];
        Returns:
        Whether the hockey field is set.
      • getHockey

        Standings getHockey()
        .streamlayer.sports.hockey.Standings hockey = 3 [json_name = "hockey"];
        Returns:
        The hockey.
      • hasBaseball

        boolean hasBaseball()
        .streamlayer.sports.baseball.Standings baseball = 4 [json_name = "baseball"];
        Returns:
        Whether the baseball field is set.
      • getBaseball

        Standings getBaseball()
        .streamlayer.sports.baseball.Standings baseball = 4 [json_name = "baseball"];
        Returns:
        The baseball.
      • hasSoccer

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

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