Beispiel #1
0
 public Builder mergeFrom(com.hifun.soul.proto.common.Technologys.Technology other) {
   if (other == com.hifun.soul.proto.common.Technologys.Technology.getDefaultInstance())
     return this;
   if (other.hasTechnologyId()) {
     setTechnologyId(other.getTechnologyId());
   }
   if (other.hasLevel()) {
     setLevel(other.getLevel());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }