Interface BaseballPlayByPlayStatisticsOrBuilder

    • Method Detail

      • hasTeam

        boolean hasTeam()
        .streamlayer.sports.EventTeam team = 1 [json_name = "team"];
        Returns:
        Whether the team field is set.
      • getTeam

        EventTeam getTeam()
        .streamlayer.sports.EventTeam team = 1 [json_name = "team"];
        Returns:
        The team.
      • getInning

        java.lang.String getInning()
         matched to inningText
         
        string inning = 2 [json_name = "inning"];
        Returns:
        The inning.
      • getInningBytes

        com.google.protobuf.ByteString getInningBytes()
         matched to inningText
         
        string inning = 2 [json_name = "inning"];
        Returns:
        The bytes for inning.
      • getPlayText

        java.lang.String getPlayText()
         MISMATCHED!!!!
         
        string play_text = 3 [json_name = "playText"];
        Returns:
        The playText.
      • getPlayTextBytes

        com.google.protobuf.ByteString getPlayTextBytes()
         MISMATCHED!!!!
         
        string play_text = 3 [json_name = "playText"];
        Returns:
        The bytes for playText.
      • getDetailCount

        int getDetailCount()
        repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];
      • getRuns

        int getRuns()
         it is linescore
         
        int32 runs = 5 [json_name = "runs"];
        Returns:
        The runs.
      • getHits

        int getHits()
        int32 hits = 6 [json_name = "hits"];
        Returns:
        The hits.
      • getErrors

        int getErrors()
        int32 errors = 7 [json_name = "errors"];
        Returns:
        The errors.