Package com.streamlayer.sports.soccer
Interface SoccerMatchFormationMatrixOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerMatchFormationMatrix,SoccerMatchFormationMatrix.Builder
public interface SoccerMatchFormationMatrixOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoccerMatchFormationMatrixPlayergetRowPlayers(int index)repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];intgetRowPlayersCount()repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];java.util.List<SoccerMatchFormationMatrixPlayer>getRowPlayersList()repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
-
-
-
Method Detail
-
getRowPlayersList
java.util.List<SoccerMatchFormationMatrixPlayer> getRowPlayersList()
repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
-
getRowPlayers
SoccerMatchFormationMatrixPlayer getRowPlayers(int index)
repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
-
getRowPlayersCount
int getRowPlayersCount()
repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
-
-