private DataList()

in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/TrainBillSettlementQueryResponseBody.java [473:571]


        private DataList(Builder builder) {
            this.alipayTradeNo = builder.alipayTradeNo;
            this.applyArrCityCode = builder.applyArrCityCode;
            this.applyArrCityName = builder.applyArrCityName;
            this.applyDepCityCode = builder.applyDepCityCode;
            this.applyDepCityName = builder.applyDepCityName;
            this.applyExtendField = builder.applyExtendField;
            this.applyId = builder.applyId;
            this.arrCityCode = builder.arrCityCode;
            this.arrCityName = builder.arrCityName;
            this.arrDate = builder.arrDate;
            this.arrStation = builder.arrStation;
            this.arrStationLocation = builder.arrStationLocation;
            this.arrStationLocationCode = builder.arrStationLocationCode;
            this.arrTime = builder.arrTime;
            this.billRecordTime = builder.billRecordTime;
            this.bookTime = builder.bookTime;
            this.bookerId = builder.bookerId;
            this.bookerJobNo = builder.bookerJobNo;
            this.bookerName = builder.bookerName;
            this.businessTripResult = builder.businessTripResult;
            this.cabinMaxPrice = builder.cabinMaxPrice;
            this.capitalDirection = builder.capitalDirection;
            this.cascadeDepartment = builder.cascadeDepartment;
            this.categoryDesc = builder.categoryDesc;
            this.changeAffiliateNo = builder.changeAffiliateNo;
            this.changeApplyId = builder.changeApplyId;
            this.changeFee = builder.changeFee;
            this.changeResult = builder.changeResult;
            this.coachNo = builder.coachNo;
            this.costCenter = builder.costCenter;
            this.costCenterNumber = builder.costCenterNumber;
            this.coupon = builder.coupon;
            this.deductibleTax = builder.deductibleTax;
            this.depCityCode = builder.depCityCode;
            this.depCityName = builder.depCityName;
            this.depStationLocation = builder.depStationLocation;
            this.depStationLocationCode = builder.depStationLocationCode;
            this.department = builder.department;
            this.departmentId = builder.departmentId;
            this.deptDate = builder.deptDate;
            this.deptStation = builder.deptStation;
            this.deptTime = builder.deptTime;
            this.exceedReason = builder.exceedReason;
            this.feeType = builder.feeType;
            this.feeTypeDesc = builder.feeTypeDesc;
            this.index = builder.index;
            this.invoiceTitle = builder.invoiceTitle;
            this.isTransferOrder = builder.isTransferOrder;
            this.longTicketNo = builder.longTicketNo;
            this.maxCabin = builder.maxCabin;
            this.orderId = builder.orderId;
            this.orderPrice = builder.orderPrice;
            this.orderTicketNo = builder.orderTicketNo;
            this.overApplyId = builder.overApplyId;
            this.paymentDepartmentId = builder.paymentDepartmentId;
            this.paymentDepartmentName = builder.paymentDepartmentName;
            this.primaryId = builder.primaryId;
            this.printTicketPrice = builder.printTicketPrice;
            this.projectCode = builder.projectCode;
            this.projectName = builder.projectName;
            this.refundAffiliateNo = builder.refundAffiliateNo;
            this.refundApplyId = builder.refundApplyId;
            this.refundFee = builder.refundFee;
            this.refundReason = builder.refundReason;
            this.remark = builder.remark;
            this.reserveMode = builder.reserveMode;
            this.runTime = builder.runTime;
            this.sceneId = builder.sceneId;
            this.sceneName = builder.sceneName;
            this.seatNo = builder.seatNo;
            this.seatType = builder.seatType;
            this.serviceFee = builder.serviceFee;
            this.settleTypeDesc = builder.settleTypeDesc;
            this.settlementFee = builder.settlementFee;
            this.settlementGrantFee = builder.settlementGrantFee;
            this.settlementTime = builder.settlementTime;
            this.settlementType = builder.settlementType;
            this.shortTicketNo = builder.shortTicketNo;
            this.speedPackageFee = builder.speedPackageFee;
            this.status = builder.status;
            this.statusDesc = builder.statusDesc;
            this.taxRate = builder.taxRate;
            this.thirdItineraryId = builder.thirdItineraryId;
            this.ticketCorpPayPrice = builder.ticketCorpPayPrice;
            this.ticketNo = builder.ticketNo;
            this.ticketPersonPayPrice = builder.ticketPersonPayPrice;
            this.ticketPrice = builder.ticketPrice;
            this.tradeActionDesc = builder.tradeActionDesc;
            this.trainNo = builder.trainNo;
            this.trainType = builder.trainType;
            this.travelerId = builder.travelerId;
            this.travelerJobNo = builder.travelerJobNo;
            this.travelerMemberType = builder.travelerMemberType;
            this.travelerMemberTypeName = builder.travelerMemberTypeName;
            this.travelerName = builder.travelerName;
            this.voucherType = builder.voucherType;
            this.voucherTypeDesc = builder.voucherTypeDesc;
        }