Interface TeamStanding.StreakOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLosses()
      int32 losses = 1 [json_name = "losses"];
      int getWins()
      int32 wins = 2 [json_name = "wins"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLosses

        int getLosses()
        int32 losses = 1 [json_name = "losses"];
        Returns:
        The losses.
      • getWins

        int getWins()
        int32 wins = 2 [json_name = "wins"];
        Returns:
        The wins.