Interface PlayerScoresOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayerScores,PlayerScores.Builder
public interface PlayerScoresOrBuilder 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"];java.lang.StringgetFullName()string full_name = 2 [json_name = "fullName"];com.google.protobuf.ByteStringgetFullNameBytes()string full_name = 2 [json_name = "fullName"];intgetJersey()int32 jersey = 1 [json_name = "jersey"];doublegetMinutes()double minutes = 6 [json_name = "minutes"];intgetPoints()int32 points = 3 [json_name = "points"];intgetRebounds()int32 rebounds = 5 [json_name = "rebounds"];booleangetStarter()bool starter = 7 [json_name = "starter"];
-
-
-
Method Detail
-
getJersey
int getJersey()
int32 jersey = 1 [json_name = "jersey"];- Returns:
- The jersey.
-
getFullName
java.lang.String getFullName()
string full_name = 2 [json_name = "fullName"];- Returns:
- The fullName.
-
getFullNameBytes
com.google.protobuf.ByteString getFullNameBytes()
string full_name = 2 [json_name = "fullName"];- Returns:
- The bytes for fullName.
-
getPoints
int getPoints()
int32 points = 3 [json_name = "points"];- Returns:
- The points.
-
getAssists
int getAssists()
int32 assists = 4 [json_name = "assists"];- Returns:
- The assists.
-
getRebounds
int getRebounds()
int32 rebounds = 5 [json_name = "rebounds"];- Returns:
- The rebounds.
-
getMinutes
double getMinutes()
double minutes = 6 [json_name = "minutes"];- Returns:
- The minutes.
-
getStarter
boolean getStarter()
bool starter = 7 [json_name = "starter"];- Returns:
- The starter.
-
-