Class PlayerAttributes.Birth.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PlayerAttributes.Birth.Builder clearCity()
      string city = 1 [json_name = "city"];
      PlayerAttributes.Birth.Builder clearCountry()
      .streamlayer.sports.Country country = 2 [json_name = "country"];
      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"];
      PlayerAttributes.Birth.Builder mergeCountry​(Country value)
      .streamlayer.sports.Country country = 2 [json_name = "country"];
      PlayerAttributes.Birth.Builder setCity​(java.lang.String value)
      string city = 1 [json_name = "city"];
      PlayerAttributes.Birth.Builder setCityBytes​(com.google.protobuf.ByteString value)
      string city = 1 [json_name = "city"];
      PlayerAttributes.Birth.Builder setCountry​(Country value)
      .streamlayer.sports.Country country = 2 [json_name = "country"];
      PlayerAttributes.Birth.Builder setCountry​(Country.Builder builderForValue)
      .streamlayer.sports.Country country = 2 [json_name = "country"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized