Interface BoxscoreResponse.ResponseData.BoxscoreResponseAttributesOrBuilder

    • Method Detail

      • hasSummary

        boolean hasSummary()
        .streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];
        Returns:
        Whether the summary field is set.
      • getSummary

        EventSummary getSummary()
        .streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];
        Returns:
        The summary.
      • hasBasketball

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

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

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

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