Interface SoccerTeamAttackingStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getChancesCreated()
      int32 chances_created = 3 [json_name = "chancesCreated"];
      double getPassingAccuracy()
      double passing_accuracy = 2 [json_name = "passingAccuracy"];
      double getPossession()
      double possession = 1 [json_name = "possession"];
      double getSuccessfulCrosses()
      double successful_crosses = 4 [json_name = "successfulCrosses"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPossession

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

        double getPassingAccuracy()
        double passing_accuracy = 2 [json_name = "passingAccuracy"];
        Returns:
        The passingAccuracy.
      • getChancesCreated

        int getChancesCreated()
        int32 chances_created = 3 [json_name = "chancesCreated"];
        Returns:
        The chancesCreated.
      • getSuccessfulCrosses

        double getSuccessfulCrosses()
        double successful_crosses = 4 [json_name = "successfulCrosses"];
        Returns:
        The successfulCrosses.