Interface LineupResponse.ResponseData.LineupResponseAttributesOrBuilder

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

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

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

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

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