Interface BasketballTeamSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BasketballTeamSummary,BasketballTeamSummary.Builder
public interface BasketballTeamSummaryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAssists()int32 assists = 4 [json_name = "assists"];doublegetFieldGoalPercentage()double field_goal_percentage = 1 [json_name = "fieldGoalPercentage"];doublegetFreeThrowPercentage()double free_throw_percentage = 3 [json_name = "freeThrowPercentage"];intgetRebounds()int32 rebounds = 5 [json_name = "rebounds"];doublegetThreePtsPercentage()double three_pts_percentage = 2 [json_name = "threePtsPercentage"];
-
-
-
Method Detail
-
getFieldGoalPercentage
double getFieldGoalPercentage()
double field_goal_percentage = 1 [json_name = "fieldGoalPercentage"];- Returns:
- The fieldGoalPercentage.
-
getThreePtsPercentage
double getThreePtsPercentage()
double three_pts_percentage = 2 [json_name = "threePtsPercentage"];- Returns:
- The threePtsPercentage.
-
getFreeThrowPercentage
double getFreeThrowPercentage()
double free_throw_percentage = 3 [json_name = "freeThrowPercentage"];- Returns:
- The freeThrowPercentage.
-
getAssists
int getAssists()
int32 assists = 4 [json_name = "assists"];- Returns:
- The assists.
-
getRebounds
int getRebounds()
int32 rebounds = 5 [json_name = "rebounds"];- Returns:
- The rebounds.
-
-