private Builder()

in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/CooperatorFlightBillSettlementQueryResponseBody.java [1569:1684]


            private Builder(Items model) {
                this.advanceDay = model.advanceDay;
                this.airlineCorpCode = model.airlineCorpCode;
                this.airlineCorpName = model.airlineCorpName;
                this.alipayId = model.alipayId;
                this.alipayTradeNo = model.alipayTradeNo;
                this.applyArrCityCode = model.applyArrCityCode;
                this.applyArrCityName = model.applyArrCityName;
                this.applyDepCityCode = model.applyDepCityCode;
                this.applyDepCityName = model.applyDepCityName;
                this.applyExtendField = model.applyExtendField;
                this.applyId = model.applyId;
                this.arrAirportCode = model.arrAirportCode;
                this.arrCity = model.arrCity;
                this.arrCityCode = model.arrCityCode;
                this.arrDate = model.arrDate;
                this.arrStation = model.arrStation;
                this.arrTime = model.arrTime;
                this.billRecordTime = model.billRecordTime;
                this.bookChannel = model.bookChannel;
                this.bookMode = model.bookMode;
                this.bookTime = model.bookTime;
                this.bookerId = model.bookerId;
                this.bookerJobNo = model.bookerJobNo;
                this.bookerName = model.bookerName;
                this.btripCouponFee = model.btripCouponFee;
                this.buildFee = model.buildFee;
                this.businessTripResult = model.businessTripResult;
                this.cabin = model.cabin;
                this.cabinClass = model.cabinClass;
                this.capitalDirection = model.capitalDirection;
                this.cascadeDepartment = model.cascadeDepartment;
                this.categoryDesc = model.categoryDesc;
                this.changeFee = model.changeFee;
                this.changeResult = model.changeResult;
                this.cooperatorBillCode = model.cooperatorBillCode;
                this.cooperatorName = model.cooperatorName;
                this.cooperatorOrderId = model.cooperatorOrderId;
                this.corpPayOrderFee = model.corpPayOrderFee;
                this.corpSettlePrice = model.corpSettlePrice;
                this.costCenter = model.costCenter;
                this.costCenterNumber = model.costCenterNumber;
                this.coupon = model.coupon;
                this.depAirportCode = model.depAirportCode;
                this.depCityCode = model.depCityCode;
                this.department = model.department;
                this.departmentId = model.departmentId;
                this.deptCity = model.deptCity;
                this.deptDate = model.deptDate;
                this.deptStation = model.deptStation;
                this.deptTime = model.deptTime;
                this.discount = model.discount;
                this.exceedReason = model.exceedReason;
                this.feeType = model.feeType;
                this.feeTypeDesc = model.feeTypeDesc;
                this.flightNo = model.flightNo;
                this.flightTripType = model.flightTripType;
                this.index = model.index;
                this.insOrderId = model.insOrderId;
                this.insuranceFee = model.insuranceFee;
                this.insuranceNumber = model.insuranceNumber;
                this.invoiceTitle = model.invoiceTitle;
                this.itemType = model.itemType;
                this.itineraryNum = model.itineraryNum;
                this.itineraryPrice = model.itineraryPrice;
                this.mileage = model.mileage;
                this.mostDifferenceDeptTime = model.mostDifferenceDeptTime;
                this.mostDifferenceDiscount = model.mostDifferenceDiscount;
                this.mostDifferenceFlightNo = model.mostDifferenceFlightNo;
                this.mostDifferencePrice = model.mostDifferencePrice;
                this.mostDifferenceReason = model.mostDifferenceReason;
                this.mostPrice = model.mostPrice;
                this.negotiationCouponFee = model.negotiationCouponFee;
                this.oilFee = model.oilFee;
                this.orderId = model.orderId;
                this.orderStatusDesc = model.orderStatusDesc;
                this.orderTicketNo = model.orderTicketNo;
                this.overApplyId = model.overApplyId;
                this.paymentDepartmentId = model.paymentDepartmentId;
                this.paymentDepartmentName = model.paymentDepartmentName;
                this.personSettlePrice = model.personSettlePrice;
                this.preBookTip = model.preBookTip;
                this.primaryId = model.primaryId;
                this.projectCode = model.projectCode;
                this.projectName = model.projectName;
                this.refundFee = model.refundFee;
                this.refundResult = model.refundResult;
                this.refundUpgradeCost = model.refundUpgradeCost;
                this.remark = model.remark;
                this.repeatRefund = model.repeatRefund;
                this.sealPrice = model.sealPrice;
                this.serviceFee = model.serviceFee;
                this.settleTypeDesc = model.settleTypeDesc;
                this.settlementFee = model.settlementFee;
                this.settlementGrantFee = model.settlementGrantFee;
                this.settlementTime = model.settlementTime;
                this.settlementType = model.settlementType;
                this.status = model.status;
                this.statusDesc = model.statusDesc;
                this.subOrderId = model.subOrderId;
                this.taxRate = model.taxRate;
                this.thirdInvoiceId = model.thirdInvoiceId;
                this.thirdItineraryId = model.thirdItineraryId;
                this.ticketId = model.ticketId;
                this.trade = model.trade;
                this.tradeActionDesc = model.tradeActionDesc;
                this.travelerId = model.travelerId;
                this.travelerJobNo = model.travelerJobNo;
                this.travelerMemberType = model.travelerMemberType;
                this.travelerMemberTypeName = model.travelerMemberTypeName;
                this.travelerName = model.travelerName;
                this.upgradeCost = model.upgradeCost;
                this.voucherType = model.voucherType;
                this.voucherTypeDesc = model.voucherTypeDesc;
                this.voyageName = model.voyageName;
            }