Package com.streamlayer.sports.soccer
Interface SoccerTeamAttackingStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerTeamAttackingStats,SoccerTeamAttackingStats.Builder
public interface SoccerTeamAttackingStatsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetChancesCreated()int32 chances_created = 3 [json_name = "chancesCreated"];doublegetPassingAccuracy()double passing_accuracy = 2 [json_name = "passingAccuracy"];doublegetPossession()double possession = 1 [json_name = "possession"];doublegetSuccessfulCrosses()double successful_crosses = 4 [json_name = "successfulCrosses"];
-
-
-
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.
-
-