Interface GameMarketsResponse.GameMarketsResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GameMarkets getAttributes()
      .streamlayer.sportsdata.client.bets.GameMarkets attributes = 2 [json_name = "attributes"];
      int getId()
      int32 id = 1 [json_name = "id"];
      boolean hasAttributes()
      .streamlayer.sportsdata.client.bets.GameMarkets attributes = 2 [json_name = "attributes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        int getId()
        int32 id = 1 [json_name = "id"];
        Returns:
        The id.
      • hasAttributes

        boolean hasAttributes()
        .streamlayer.sportsdata.client.bets.GameMarkets attributes = 2 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.
      • getAttributes

        GameMarkets getAttributes()
        .streamlayer.sportsdata.client.bets.GameMarkets attributes = 2 [json_name = "attributes"];
        Returns:
        The attributes.