Interface SoccerTeamTopMatchStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCornerKicks()
      int32 corner_kicks = 7 [json_name = "cornerKicks"];
      int getFreeKicks()
      int32 free_kicks = 8 [json_name = "freeKicks"];
      int getOffsides()
      int32 offsides = 5 [json_name = "offsides"];
      int getPasses()
      int32 passes = 4 [json_name = "passes"];
      double getPossession()
      double possession = 1 [json_name = "possession"];
      int getRedCards()
      int32 red_cards = 9 [json_name = "redCards"];
      int getShots()
      int32 shots = 2 [json_name = "shots"];
      int getShotsOnTarget()
      int32 shots_on_target = 3 [json_name = "shotsOnTarget"];
      int getYellowCards()
      int32 yellow_cards = 6 [json_name = "yellowCards"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPossession

        double getPossession()
        double possession = 1 [json_name = "possession"];
        Returns:
        The possession.
      • getShots

        int getShots()
        int32 shots = 2 [json_name = "shots"];
        Returns:
        The shots.
      • getShotsOnTarget

        int getShotsOnTarget()
        int32 shots_on_target = 3 [json_name = "shotsOnTarget"];
        Returns:
        The shotsOnTarget.
      • getPasses

        int getPasses()
        int32 passes = 4 [json_name = "passes"];
        Returns:
        The passes.
      • getOffsides

        int getOffsides()
        int32 offsides = 5 [json_name = "offsides"];
        Returns:
        The offsides.
      • getYellowCards

        int getYellowCards()
        int32 yellow_cards = 6 [json_name = "yellowCards"];
        Returns:
        The yellowCards.
      • getCornerKicks

        int getCornerKicks()
        int32 corner_kicks = 7 [json_name = "cornerKicks"];
        Returns:
        The cornerKicks.
      • getFreeKicks

        int getFreeKicks()
        int32 free_kicks = 8 [json_name = "freeKicks"];
        Returns:
        The freeKicks.
      • getRedCards

        int getRedCards()
        int32 red_cards = 9 [json_name = "redCards"];
        Returns:
        The redCards.