Interface PitcherSummaryOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLossRate()
      int32 loss_rate = 4 [json_name = "lossRate"];
      Pitching getStatistics()
      .streamlayer.sports.baseball.Pitching statistics = 1 [json_name = "statistics"];
      PitcherStatus getStatus()
      .streamlayer.sports.baseball.PitcherStatus status = 2 [json_name = "status"];
      int getStatusValue()
      .streamlayer.sports.baseball.PitcherStatus status = 2 [json_name = "status"];
      int getWinRate()
      int32 win_rate = 3 [json_name = "winRate"];
      boolean hasStatistics()
      .streamlayer.sports.baseball.Pitching statistics = 1 [json_name = "statistics"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasStatistics

        boolean hasStatistics()
        .streamlayer.sports.baseball.Pitching statistics = 1 [json_name = "statistics"];
        Returns:
        Whether the statistics field is set.
      • getStatistics

        Pitching getStatistics()
        .streamlayer.sports.baseball.Pitching statistics = 1 [json_name = "statistics"];
        Returns:
        The statistics.
      • getStatusValue

        int getStatusValue()
        .streamlayer.sports.baseball.PitcherStatus status = 2 [json_name = "status"];
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        PitcherStatus getStatus()
        .streamlayer.sports.baseball.PitcherStatus status = 2 [json_name = "status"];
        Returns:
        The status.
      • getWinRate

        int getWinRate()
        int32 win_rate = 3 [json_name = "winRate"];
        Returns:
        The winRate.
      • getLossRate

        int getLossRate()
        int32 loss_rate = 4 [json_name = "lossRate"];
        Returns:
        The lossRate.