Interface SoccerEventStatisticsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBallPossession()
      int32 ball_possession = 1 [json_name = "ballPossession"];
      int getCornerKicks()
      int32 corner_kicks = 7 [json_name = "cornerKicks"];
      int getFouls()
      int32 fouls = 3 [json_name = "fouls"];
      int getFreeKicks()
      int32 free_kicks = 5 [json_name = "freeKicks"];
      int getGoalKicks()
      int32 goal_kicks = 4 [json_name = "goalKicks"];
      int getOffsides()
      int32 offsides = 10 [json_name = "offsides"];
      int getShotsBlocked()
      int32 shots_blocked = 11 [json_name = "shotsBlocked"];
      int getShotsOffTarget()
      int32 shots_off_target = 8 [json_name = "shotsOffTarget"];
      int getShotsOnTarget()
      int32 shots_on_target = 6 [json_name = "shotsOnTarget"];
      int getShotsSaved()
      int32 shots_saved = 9 [json_name = "shotsSaved"];
      int getThrowIns()
      int32 throw_ins = 2 [json_name = "throwIns"];
      int getYellowCards()
      int32 yellow_cards = 12 [json_name = "yellowCards"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getBallPossession

        int getBallPossession()
        int32 ball_possession = 1 [json_name = "ballPossession"];
        Returns:
        The ballPossession.
      • getThrowIns

        int getThrowIns()
        int32 throw_ins = 2 [json_name = "throwIns"];
        Returns:
        The throwIns.
      • getFouls

        int getFouls()
        int32 fouls = 3 [json_name = "fouls"];
        Returns:
        The fouls.
      • getGoalKicks

        int getGoalKicks()
        int32 goal_kicks = 4 [json_name = "goalKicks"];
        Returns:
        The goalKicks.
      • getFreeKicks

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

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

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

        int getShotsOffTarget()
        int32 shots_off_target = 8 [json_name = "shotsOffTarget"];
        Returns:
        The shotsOffTarget.
      • getShotsSaved

        int getShotsSaved()
        int32 shots_saved = 9 [json_name = "shotsSaved"];
        Returns:
        The shotsSaved.
      • getOffsides

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

        int getShotsBlocked()
        int32 shots_blocked = 11 [json_name = "shotsBlocked"];
        Returns:
        The shotsBlocked.
      • getYellowCards

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