Interface SoccerMatchLineupOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SoccerMatchLineup, SoccerMatchLineup.Builder

    public interface SoccerMatchLineupOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • 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"];