Interface SeasonOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      uint64 id = 1 [json_name = "id"];
      long getLeagueId()
      uint64 league_id = 7 [json_name = "leagueId"];
      java.lang.String getName()
      string name = 4 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 4 [json_name = "name"];
      java.lang.String getType()
      string type = 5 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 5 [json_name = "type"];
      int getYear()
      int32 year = 6 [json_name = "year"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

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

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

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

        java.lang.String getType()
        string type = 5 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 5 [json_name = "type"];
        Returns:
        The bytes for type.
      • getYear

        int getYear()
        int32 year = 6 [json_name = "year"];
        Returns:
        The year.
      • getLeagueId

        long getLeagueId()
        uint64 league_id = 7 [json_name = "leagueId"];
        Returns:
        The leagueId.