Interface SportOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Country getCountries​(int index)
      repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
      int getCountriesCount()
      repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
      java.util.List<Country> getCountriesList()
      repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
      long getId()
      uint64 id = 3 [json_name = "id"];
      java.lang.String getName()
      string name = 1 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getName

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

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

        java.util.List<Country> getCountriesList()
        repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
      • getCountries

        Country getCountries​(int index)
        repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
      • getCountriesCount

        int getCountriesCount()
        repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
      • getId

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