Interface LeagueOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getGamesLimitInDays()
      int32 games_limit_in_days = 4 [json_name = "gamesLimitInDays"];
      int getId()
      int32 id = 1 [json_name = "id"];
      java.lang.String getName()
      string name = 2 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      java.lang.String getSport()
      string sport = 3 [json_name = "sport"];
      com.google.protobuf.ByteString getSportBytes()
      string sport = 3 [json_name = "sport"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        int getId()
        int32 id = 1 [json_name = "id"];
        Returns:
        The id.
      • getName

        java.lang.String getName()
        string name = 2 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2 [json_name = "name"];
        Returns:
        The bytes for name.
      • getSport

        java.lang.String getSport()
        string sport = 3 [json_name = "sport"];
        Returns:
        The sport.
      • getSportBytes

        com.google.protobuf.ByteString getSportBytes()
        string sport = 3 [json_name = "sport"];
        Returns:
        The bytes for sport.
      • getGamesLimitInDays

        int getGamesLimitInDays()
        int32 games_limit_in_days = 4 [json_name = "gamesLimitInDays"];
        Returns:
        The gamesLimitInDays.