
com.aliyun.dingtalkalitrip_1_0.models.BillSettementHotelResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkalitrip_1_0.models;
import com.aliyun.tea.*;
public class BillSettementHotelResponseBody extends TeaModel {
@NameInMap("module")
public BillSettementHotelResponseBodyModule module;
@NameInMap("resultCode")
public Long resultCode;
@NameInMap("resultMsg")
public String resultMsg;
@NameInMap("success")
public Boolean success;
public static BillSettementHotelResponseBody build(java.util.Map map) throws Exception {
BillSettementHotelResponseBody self = new BillSettementHotelResponseBody();
return TeaModel.build(map, self);
}
public BillSettementHotelResponseBody setModule(BillSettementHotelResponseBodyModule module) {
this.module = module;
return this;
}
public BillSettementHotelResponseBodyModule getModule() {
return this.module;
}
public BillSettementHotelResponseBody setResultCode(Long resultCode) {
this.resultCode = resultCode;
return this;
}
public Long getResultCode() {
return this.resultCode;
}
public BillSettementHotelResponseBody setResultMsg(String resultMsg) {
this.resultMsg = resultMsg;
return this;
}
public String getResultMsg() {
return this.resultMsg;
}
public BillSettementHotelResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public static class BillSettementHotelResponseBodyModuleDataList extends TeaModel {
@NameInMap("alipayTradeNo")
public String alipayTradeNo;
@NameInMap("applyId")
public String applyId;
@NameInMap("billRecordTime")
public String billRecordTime;
@NameInMap("bookTime")
public String bookTime;
@NameInMap("bookerId")
public String bookerId;
@NameInMap("bookerJobNo")
public String bookerJobNo;
@NameInMap("bookerName")
public String bookerName;
@NameInMap("capitalDirection")
public String capitalDirection;
@NameInMap("cascadeDepartment")
public String cascadeDepartment;
@NameInMap("checkInDate")
public String checkInDate;
@NameInMap("checkoutDate")
public String checkoutDate;
@NameInMap("city")
public String city;
@NameInMap("cityCode")
public String cityCode;
@NameInMap("corpRefundFee")
public Double corpRefundFee;
@NameInMap("corpTotalFee")
public Double corpTotalFee;
@NameInMap("costCenter")
public String costCenter;
@NameInMap("costCenterNumber")
public String costCenterNumber;
@NameInMap("department")
public String department;
@NameInMap("departmentId")
public String departmentId;
@NameInMap("feeType")
public String feeType;
@NameInMap("fees")
public Double fees;
@NameInMap("fuPointFee")
public Double fuPointFee;
@NameInMap("hotelName")
public String hotelName;
@NameInMap("index")
public String index;
@NameInMap("invoiceTitle")
public String invoiceTitle;
@NameInMap("isNegotiation")
public Boolean isNegotiation;
@NameInMap("isShareStr")
public String isShareStr;
@NameInMap("nights")
public Long nights;
@NameInMap("orderId")
public String orderId;
@NameInMap("orderPrice")
public Double orderPrice;
@NameInMap("orderType")
public String orderType;
@NameInMap("overApplyId")
public String overApplyId;
@NameInMap("personRefundFee")
public Double personRefundFee;
@NameInMap("personSettlePrice")
public Double personSettlePrice;
@NameInMap("primaryId")
public Long primaryId;
@NameInMap("projectCode")
public String projectCode;
@NameInMap("projectName")
public String projectName;
@NameInMap("promotionFee")
public Double promotionFee;
@NameInMap("remark")
public String remark;
@NameInMap("roomNumber")
public Long roomNumber;
@NameInMap("roomPrice")
public Double roomPrice;
@NameInMap("roomType")
public String roomType;
@NameInMap("serviceFee")
public Double serviceFee;
@NameInMap("settlementFee")
public Double settlementFee;
@NameInMap("settlementGrantFee")
public Double settlementGrantFee;
@NameInMap("settlementTime")
public String settlementTime;
@NameInMap("settlementType")
public String settlementType;
@NameInMap("status")
public Long status;
@NameInMap("totalNights")
public Long totalNights;
@NameInMap("travelerId")
public String travelerId;
@NameInMap("travelerJobNo")
public String travelerJobNo;
@NameInMap("travelerName")
public String travelerName;
@NameInMap("voucherType")
public Long voucherType;
public static BillSettementHotelResponseBodyModuleDataList build(java.util.Map map) throws Exception {
BillSettementHotelResponseBodyModuleDataList self = new BillSettementHotelResponseBodyModuleDataList();
return TeaModel.build(map, self);
}
public BillSettementHotelResponseBodyModuleDataList setAlipayTradeNo(String alipayTradeNo) {
this.alipayTradeNo = alipayTradeNo;
return this;
}
public String getAlipayTradeNo() {
return this.alipayTradeNo;
}
public BillSettementHotelResponseBodyModuleDataList setApplyId(String applyId) {
this.applyId = applyId;
return this;
}
public String getApplyId() {
return this.applyId;
}
public BillSettementHotelResponseBodyModuleDataList setBillRecordTime(String billRecordTime) {
this.billRecordTime = billRecordTime;
return this;
}
public String getBillRecordTime() {
return this.billRecordTime;
}
public BillSettementHotelResponseBodyModuleDataList setBookTime(String bookTime) {
this.bookTime = bookTime;
return this;
}
public String getBookTime() {
return this.bookTime;
}
public BillSettementHotelResponseBodyModuleDataList setBookerId(String bookerId) {
this.bookerId = bookerId;
return this;
}
public String getBookerId() {
return this.bookerId;
}
public BillSettementHotelResponseBodyModuleDataList setBookerJobNo(String bookerJobNo) {
this.bookerJobNo = bookerJobNo;
return this;
}
public String getBookerJobNo() {
return this.bookerJobNo;
}
public BillSettementHotelResponseBodyModuleDataList setBookerName(String bookerName) {
this.bookerName = bookerName;
return this;
}
public String getBookerName() {
return this.bookerName;
}
public BillSettementHotelResponseBodyModuleDataList setCapitalDirection(String capitalDirection) {
this.capitalDirection = capitalDirection;
return this;
}
public String getCapitalDirection() {
return this.capitalDirection;
}
public BillSettementHotelResponseBodyModuleDataList setCascadeDepartment(String cascadeDepartment) {
this.cascadeDepartment = cascadeDepartment;
return this;
}
public String getCascadeDepartment() {
return this.cascadeDepartment;
}
public BillSettementHotelResponseBodyModuleDataList setCheckInDate(String checkInDate) {
this.checkInDate = checkInDate;
return this;
}
public String getCheckInDate() {
return this.checkInDate;
}
public BillSettementHotelResponseBodyModuleDataList setCheckoutDate(String checkoutDate) {
this.checkoutDate = checkoutDate;
return this;
}
public String getCheckoutDate() {
return this.checkoutDate;
}
public BillSettementHotelResponseBodyModuleDataList setCity(String city) {
this.city = city;
return this;
}
public String getCity() {
return this.city;
}
public BillSettementHotelResponseBodyModuleDataList setCityCode(String cityCode) {
this.cityCode = cityCode;
return this;
}
public String getCityCode() {
return this.cityCode;
}
public BillSettementHotelResponseBodyModuleDataList setCorpRefundFee(Double corpRefundFee) {
this.corpRefundFee = corpRefundFee;
return this;
}
public Double getCorpRefundFee() {
return this.corpRefundFee;
}
public BillSettementHotelResponseBodyModuleDataList setCorpTotalFee(Double corpTotalFee) {
this.corpTotalFee = corpTotalFee;
return this;
}
public Double getCorpTotalFee() {
return this.corpTotalFee;
}
public BillSettementHotelResponseBodyModuleDataList setCostCenter(String costCenter) {
this.costCenter = costCenter;
return this;
}
public String getCostCenter() {
return this.costCenter;
}
public BillSettementHotelResponseBodyModuleDataList setCostCenterNumber(String costCenterNumber) {
this.costCenterNumber = costCenterNumber;
return this;
}
public String getCostCenterNumber() {
return this.costCenterNumber;
}
public BillSettementHotelResponseBodyModuleDataList setDepartment(String department) {
this.department = department;
return this;
}
public String getDepartment() {
return this.department;
}
public BillSettementHotelResponseBodyModuleDataList setDepartmentId(String departmentId) {
this.departmentId = departmentId;
return this;
}
public String getDepartmentId() {
return this.departmentId;
}
public BillSettementHotelResponseBodyModuleDataList setFeeType(String feeType) {
this.feeType = feeType;
return this;
}
public String getFeeType() {
return this.feeType;
}
public BillSettementHotelResponseBodyModuleDataList setFees(Double fees) {
this.fees = fees;
return this;
}
public Double getFees() {
return this.fees;
}
public BillSettementHotelResponseBodyModuleDataList setFuPointFee(Double fuPointFee) {
this.fuPointFee = fuPointFee;
return this;
}
public Double getFuPointFee() {
return this.fuPointFee;
}
public BillSettementHotelResponseBodyModuleDataList setHotelName(String hotelName) {
this.hotelName = hotelName;
return this;
}
public String getHotelName() {
return this.hotelName;
}
public BillSettementHotelResponseBodyModuleDataList setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public BillSettementHotelResponseBodyModuleDataList setInvoiceTitle(String invoiceTitle) {
this.invoiceTitle = invoiceTitle;
return this;
}
public String getInvoiceTitle() {
return this.invoiceTitle;
}
public BillSettementHotelResponseBodyModuleDataList setIsNegotiation(Boolean isNegotiation) {
this.isNegotiation = isNegotiation;
return this;
}
public Boolean getIsNegotiation() {
return this.isNegotiation;
}
public BillSettementHotelResponseBodyModuleDataList setIsShareStr(String isShareStr) {
this.isShareStr = isShareStr;
return this;
}
public String getIsShareStr() {
return this.isShareStr;
}
public BillSettementHotelResponseBodyModuleDataList setNights(Long nights) {
this.nights = nights;
return this;
}
public Long getNights() {
return this.nights;
}
public BillSettementHotelResponseBodyModuleDataList setOrderId(String orderId) {
this.orderId = orderId;
return this;
}
public String getOrderId() {
return this.orderId;
}
public BillSettementHotelResponseBodyModuleDataList setOrderPrice(Double orderPrice) {
this.orderPrice = orderPrice;
return this;
}
public Double getOrderPrice() {
return this.orderPrice;
}
public BillSettementHotelResponseBodyModuleDataList setOrderType(String orderType) {
this.orderType = orderType;
return this;
}
public String getOrderType() {
return this.orderType;
}
public BillSettementHotelResponseBodyModuleDataList setOverApplyId(String overApplyId) {
this.overApplyId = overApplyId;
return this;
}
public String getOverApplyId() {
return this.overApplyId;
}
public BillSettementHotelResponseBodyModuleDataList setPersonRefundFee(Double personRefundFee) {
this.personRefundFee = personRefundFee;
return this;
}
public Double getPersonRefundFee() {
return this.personRefundFee;
}
public BillSettementHotelResponseBodyModuleDataList setPersonSettlePrice(Double personSettlePrice) {
this.personSettlePrice = personSettlePrice;
return this;
}
public Double getPersonSettlePrice() {
return this.personSettlePrice;
}
public BillSettementHotelResponseBodyModuleDataList setPrimaryId(Long primaryId) {
this.primaryId = primaryId;
return this;
}
public Long getPrimaryId() {
return this.primaryId;
}
public BillSettementHotelResponseBodyModuleDataList setProjectCode(String projectCode) {
this.projectCode = projectCode;
return this;
}
public String getProjectCode() {
return this.projectCode;
}
public BillSettementHotelResponseBodyModuleDataList setProjectName(String projectName) {
this.projectName = projectName;
return this;
}
public String getProjectName() {
return this.projectName;
}
public BillSettementHotelResponseBodyModuleDataList setPromotionFee(Double promotionFee) {
this.promotionFee = promotionFee;
return this;
}
public Double getPromotionFee() {
return this.promotionFee;
}
public BillSettementHotelResponseBodyModuleDataList setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public BillSettementHotelResponseBodyModuleDataList setRoomNumber(Long roomNumber) {
this.roomNumber = roomNumber;
return this;
}
public Long getRoomNumber() {
return this.roomNumber;
}
public BillSettementHotelResponseBodyModuleDataList setRoomPrice(Double roomPrice) {
this.roomPrice = roomPrice;
return this;
}
public Double getRoomPrice() {
return this.roomPrice;
}
public BillSettementHotelResponseBodyModuleDataList setRoomType(String roomType) {
this.roomType = roomType;
return this;
}
public String getRoomType() {
return this.roomType;
}
public BillSettementHotelResponseBodyModuleDataList setServiceFee(Double serviceFee) {
this.serviceFee = serviceFee;
return this;
}
public Double getServiceFee() {
return this.serviceFee;
}
public BillSettementHotelResponseBodyModuleDataList setSettlementFee(Double settlementFee) {
this.settlementFee = settlementFee;
return this;
}
public Double getSettlementFee() {
return this.settlementFee;
}
public BillSettementHotelResponseBodyModuleDataList setSettlementGrantFee(Double settlementGrantFee) {
this.settlementGrantFee = settlementGrantFee;
return this;
}
public Double getSettlementGrantFee() {
return this.settlementGrantFee;
}
public BillSettementHotelResponseBodyModuleDataList setSettlementTime(String settlementTime) {
this.settlementTime = settlementTime;
return this;
}
public String getSettlementTime() {
return this.settlementTime;
}
public BillSettementHotelResponseBodyModuleDataList setSettlementType(String settlementType) {
this.settlementType = settlementType;
return this;
}
public String getSettlementType() {
return this.settlementType;
}
public BillSettementHotelResponseBodyModuleDataList setStatus(Long status) {
this.status = status;
return this;
}
public Long getStatus() {
return this.status;
}
public BillSettementHotelResponseBodyModuleDataList setTotalNights(Long totalNights) {
this.totalNights = totalNights;
return this;
}
public Long getTotalNights() {
return this.totalNights;
}
public BillSettementHotelResponseBodyModuleDataList setTravelerId(String travelerId) {
this.travelerId = travelerId;
return this;
}
public String getTravelerId() {
return this.travelerId;
}
public BillSettementHotelResponseBodyModuleDataList setTravelerJobNo(String travelerJobNo) {
this.travelerJobNo = travelerJobNo;
return this;
}
public String getTravelerJobNo() {
return this.travelerJobNo;
}
public BillSettementHotelResponseBodyModuleDataList setTravelerName(String travelerName) {
this.travelerName = travelerName;
return this;
}
public String getTravelerName() {
return this.travelerName;
}
public BillSettementHotelResponseBodyModuleDataList setVoucherType(Long voucherType) {
this.voucherType = voucherType;
return this;
}
public Long getVoucherType() {
return this.voucherType;
}
}
public static class BillSettementHotelResponseBodyModule extends TeaModel {
@NameInMap("category")
public Long category;
@NameInMap("corpId")
public String corpId;
@NameInMap("dataList")
public java.util.List dataList;
@NameInMap("periodEnd")
public String periodEnd;
@NameInMap("periodStart")
public String periodStart;
@NameInMap("totalNum")
public Long totalNum;
public static BillSettementHotelResponseBodyModule build(java.util.Map map) throws Exception {
BillSettementHotelResponseBodyModule self = new BillSettementHotelResponseBodyModule();
return TeaModel.build(map, self);
}
public BillSettementHotelResponseBodyModule setCategory(Long category) {
this.category = category;
return this;
}
public Long getCategory() {
return this.category;
}
public BillSettementHotelResponseBodyModule setCorpId(String corpId) {
this.corpId = corpId;
return this;
}
public String getCorpId() {
return this.corpId;
}
public BillSettementHotelResponseBodyModule setDataList(java.util.List dataList) {
this.dataList = dataList;
return this;
}
public java.util.List getDataList() {
return this.dataList;
}
public BillSettementHotelResponseBodyModule setPeriodEnd(String periodEnd) {
this.periodEnd = periodEnd;
return this;
}
public String getPeriodEnd() {
return this.periodEnd;
}
public BillSettementHotelResponseBodyModule setPeriodStart(String periodStart) {
this.periodStart = periodStart;
return this;
}
public String getPeriodStart() {
return this.periodStart;
}
public BillSettementHotelResponseBodyModule setTotalNum(Long totalNum) {
this.totalNum = totalNum;
return this;
}
public Long getTotalNum() {
return this.totalNum;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy