Package com.streamlayer.sports.soccer
Interface SoccerMatchLineupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerMatchLineup,SoccerMatchLineup.Builder
public interface SoccerMatchLineupOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoccerMatchFormationMatrixgetFormationMatrix(int index)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]intgetFormationMatrixCount()formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]java.util.List<SoccerMatchFormationMatrix>getFormationMatrixList()formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]java.lang.StringgetFormationString()string formation_string = 1 [json_name = "formationString"];com.google.protobuf.ByteStringgetFormationStringBytes()string formation_string = 1 [json_name = "formationString"];SoccerMatchPlayergetStartPlayers(int index)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];intgetStartPlayersCount()repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];java.util.List<SoccerMatchPlayer>getStartPlayersList()repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchPlayergetSubstitutes(int index)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];intgetSubstitutesCount()repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];java.util.List<SoccerMatchPlayer>getSubstitutesList()repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
-
-
Method Detail
-
getFormationString
java.lang.String getFormationString()
string formation_string = 1 [json_name = "formationString"];- Returns:
- The formationString.
-
getFormationStringBytes
com.google.protobuf.ByteString getFormationStringBytes()
string formation_string = 1 [json_name = "formationString"];- Returns:
- The bytes for formationString.
-
getFormationMatrixList
java.util.List<SoccerMatchFormationMatrix> getFormationMatrixList()
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
getFormationMatrix
SoccerMatchFormationMatrix getFormationMatrix(int index)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
getFormationMatrixCount
int getFormationMatrixCount()
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
getStartPlayersList
java.util.List<SoccerMatchPlayer> getStartPlayersList()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
getStartPlayers
SoccerMatchPlayer getStartPlayers(int index)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
getStartPlayersCount
int getStartPlayersCount()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
getSubstitutesList
java.util.List<SoccerMatchPlayer> getSubstitutesList()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
getSubstitutes
SoccerMatchPlayer getSubstitutes(int index)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
getSubstitutesCount
int getSubstitutesCount()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
-