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
      long getId()
      uint64 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 getRegion()
      string region = 3 [json_name = "region"];
      com.google.protobuf.ByteString getRegionBytes()
      string region = 3 [json_name = "region"];
      long getSportId()
      uint64 sport_id = 4 [json_name = "sportId"];
      • 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 = 2 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

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

        java.lang.String getRegion()
        string region = 3 [json_name = "region"];
        Returns:
        The region.
      • getRegionBytes

        com.google.protobuf.ByteString getRegionBytes()
        string region = 3 [json_name = "region"];
        Returns:
        The bytes for region.
      • getSportId

        long getSportId()
        uint64 sport_id = 4 [json_name = "sportId"];
        Returns:
        The sportId.