Interface HittingOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBattingAverage()
      Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
      com.google.protobuf.ByteString getBattingAverageBytes()
      Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
      java.lang.String getHitsPerBat()
      H-AB is hits per at bat (First number is hits and second is at bats.).
      com.google.protobuf.ByteString getHitsPerBatBytes()
      H-AB is hits per at bat (First number is hits and second is at bats.).
      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 getRunBattedIn()
      RBI – Run batted in: number of runners who score due to a batters' action, except when batter grounded into double play or reached on an error.
      com.google.protobuf.ByteString getRunBattedInBytes()
      RBI – Run batted in: number of runners who score due to a batters' action, except when batter grounded into double play or reached on an error.
      java.lang.String getRuns()
      R is runs scored by that player.
      com.google.protobuf.ByteString getRunsBytes()
      R is runs scored by that player.
      java.lang.String getWalks()
      Base on balls (also called a "walk"): hitter not swinging at four pitches called out of the strike zone and awarded first base.
      com.google.protobuf.ByteString getWalksBytes()
      Base on balls (also called a "walk"): hitter not swinging at four pitches called out of the strike zone and awarded first base.
      • 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.
      • getHitsPerBat

        java.lang.String getHitsPerBat()
         H-AB is hits per at bat (First number is hits and second is at bats.).
         
        string hits_per_bat = 2 [json_name = "hitsPerBat"];
        Returns:
        The hitsPerBat.
      • getHitsPerBatBytes

        com.google.protobuf.ByteString getHitsPerBatBytes()
         H-AB is hits per at bat (First number is hits and second is at bats.).
         
        string hits_per_bat = 2 [json_name = "hitsPerBat"];
        Returns:
        The bytes for hitsPerBat.
      • getRuns

        java.lang.String getRuns()
         R is runs scored by that player.
         
        string runs = 3 [json_name = "runs"];
        Returns:
        The runs.
      • getRunsBytes

        com.google.protobuf.ByteString getRunsBytes()
         R is runs scored by that player.
         
        string runs = 3 [json_name = "runs"];
        Returns:
        The bytes for runs.
      • getRunBattedIn

        java.lang.String getRunBattedIn()
         RBI – Run batted in: number of runners who score due to a batters' action, except when batter grounded into double play or reached on an error.
         
        string run_batted_in = 4 [json_name = "runBattedIn"];
        Returns:
        The runBattedIn.
      • getRunBattedInBytes

        com.google.protobuf.ByteString getRunBattedInBytes()
         RBI – Run batted in: number of runners who score due to a batters' action, except when batter grounded into double play or reached on an error.
         
        string run_batted_in = 4 [json_name = "runBattedIn"];
        Returns:
        The bytes for runBattedIn.
      • getWalks

        java.lang.String getWalks()
         Base on balls (also called a "walk"): hitter not swinging at four pitches called out of the strike zone and awarded first base.
         
        string walks = 5 [json_name = "walks"];
        Returns:
        The walks.
      • getWalksBytes

        com.google.protobuf.ByteString getWalksBytes()
         Base on balls (also called a "walk"): hitter not swinging at four pitches called out of the strike zone and awarded first base.
         
        string walks = 5 [json_name = "walks"];
        Returns:
        The bytes for walks.
      • getBattingAverage

        java.lang.String getBattingAverage()
         Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
         
        string batting_average = 6 [json_name = "battingAverage"];
        Returns:
        The battingAverage.
      • getBattingAverageBytes

        com.google.protobuf.ByteString getBattingAverageBytes()
         Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
         
        string batting_average = 6 [json_name = "battingAverage"];
        Returns:
        The bytes for battingAverage.