Interface PitchingOrBuilder

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

    public interface PitchingOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEarnedRuns()
      ER is earned runs pitcher allowed.
      com.google.protobuf.ByteString getEarnedRunsBytes()
      ER is earned runs pitcher allowed.
      java.lang.String getHitsByPitch()
      H is how many hits the pitcher gave up.
      com.google.protobuf.ByteString getHitsByPitchBytes()
      H is how many hits the pitcher gave up.
      java.lang.String getInningsPitched()
      IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
      com.google.protobuf.ByteString getInningsPitchedBytes()
      IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
      java.lang.String getPlayerName()
      string player_name = 1 [json_name = "playerName"];
      com.google.protobuf.ByteString getPlayerNameBytes()
      string player_name = 1 [json_name = "playerName"];
      java.lang.String getStrikeouts()
      SO – Strikeout: number of batters who received strike three.
      com.google.protobuf.ByteString getStrikeoutsBytes()
      SO – Strikeout: number of batters who received strike three.
      java.lang.String getWalks()
      MISMATCHED!!!!!! BB is how many walks pitcher allowed.
      com.google.protobuf.ByteString getWalksBytes()
      MISMATCHED!!!!!! BB is how many walks pitcher allowed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPlayerName

        java.lang.String getPlayerName()
        string player_name = 1 [json_name = "playerName"];
        Returns:
        The playerName.
      • getPlayerNameBytes

        com.google.protobuf.ByteString getPlayerNameBytes()
        string player_name = 1 [json_name = "playerName"];
        Returns:
        The bytes for playerName.
      • getInningsPitched

        java.lang.String getInningsPitched()
         IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
         
        string innings_pitched = 2 [json_name = "inningsPitched"];
        Returns:
        The inningsPitched.
      • getInningsPitchedBytes

        com.google.protobuf.ByteString getInningsPitchedBytes()
         IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
         
        string innings_pitched = 2 [json_name = "inningsPitched"];
        Returns:
        The bytes for inningsPitched.
      • getHitsByPitch

        java.lang.String getHitsByPitch()
         H is how many hits the pitcher gave up.
         
        string hits_by_pitch = 3 [json_name = "hitsByPitch"];
        Returns:
        The hitsByPitch.
      • getHitsByPitchBytes

        com.google.protobuf.ByteString getHitsByPitchBytes()
         H is how many hits the pitcher gave up.
         
        string hits_by_pitch = 3 [json_name = "hitsByPitch"];
        Returns:
        The bytes for hitsByPitch.
      • getEarnedRuns

        java.lang.String getEarnedRuns()
         ER is earned runs pitcher allowed.
         
        string earned_runs = 4 [json_name = "earnedRuns"];
        Returns:
        The earnedRuns.
      • getEarnedRunsBytes

        com.google.protobuf.ByteString getEarnedRunsBytes()
         ER is earned runs pitcher allowed.
         
        string earned_runs = 4 [json_name = "earnedRuns"];
        Returns:
        The bytes for earnedRuns.
      • getWalks

        java.lang.String getWalks()
         MISMATCHED!!!!!! BB is how many walks pitcher allowed.
         
        string walks = 5 [json_name = "walks"];
        Returns:
        The walks.
      • getWalksBytes

        com.google.protobuf.ByteString getWalksBytes()
         MISMATCHED!!!!!! BB is how many walks pitcher allowed.
         
        string walks = 5 [json_name = "walks"];
        Returns:
        The bytes for walks.
      • getStrikeouts

        java.lang.String getStrikeouts()
         SO – Strikeout: number of batters who received strike three.
         
        string strikeouts = 6 [json_name = "strikeouts"];
        Returns:
        The strikeouts.
      • getStrikeoutsBytes

        com.google.protobuf.ByteString getStrikeoutsBytes()
         SO – Strikeout: number of batters who received strike three.
         
        string strikeouts = 6 [json_name = "strikeouts"];
        Returns:
        The bytes for strikeouts.