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; }
public com.hifun.soul.proto.common.Technologys.Technology getDefaultInstanceForType() { return com.hifun.soul.proto.common.Technologys.Technology.getDefaultInstance(); }