public Builder mergeFrom(com.gary.netty.protobuf.ResultPro.Result other) { if (other == com.gary.netty.protobuf.ResultPro.Result.getDefaultInstance()) return this; if (other.hasCode()) { setCode(other.getCode()); } if (other.hasMsg()) { bitField0_ |= 0x00000002; msg_ = other.msg_; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); return this; }
public com.gary.netty.protobuf.ResultPro.Result getDefaultInstanceForType() { return com.gary.netty.protobuf.ResultPro.Result.getDefaultInstance(); }