Interface PlayerAttributes.BirthOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCity()
      string city = 1 [json_name = "city"];
      com.google.protobuf.ByteString getCityBytes()
      string city = 1 [json_name = "city"];
      Country getCountry()
      .streamlayer.sports.Country country = 2 [json_name = "country"];
      boolean hasCountry()
      .streamlayer.sports.Country country = 2 [json_name = "country"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCity

        java.lang.String getCity()
        string city = 1 [json_name = "city"];
        Returns:
        The city.
      • getCityBytes

        com.google.protobuf.ByteString getCityBytes()
        string city = 1 [json_name = "city"];
        Returns:
        The bytes for city.
      • hasCountry

        boolean hasCountry()
        .streamlayer.sports.Country country = 2 [json_name = "country"];
        Returns:
        Whether the country field is set.
      • getCountry

        Country getCountry()
        .streamlayer.sports.Country country = 2 [json_name = "country"];
        Returns:
        The country.