Interface PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributesOrBuilder

    • 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.
      • hasBaseball

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

        PlayByPlay getBaseball()
        .streamlayer.sports.baseball.PlayByPlay baseball = 2 [json_name = "baseball"];
        Returns:
        The baseball.
      • hasBasketball

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

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

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

        PlayByPlay getHockey()
        .streamlayer.sports.hockey.PlayByPlay hockey = 4 [json_name = "hockey"];
        Returns:
        The hockey.
      • hasSoccer

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

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