public static class BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
category |
String |
corpId |
List<BillSettementHotelResponseBody.BillSettementHotelResponseBodyModuleDataList> |
dataList |
String |
periodEnd |
String |
periodStart |
Long |
totalNum |
| 构造器和说明 |
|---|
BillSettementHotelResponseBodyModule() |
@NameInMap(value="category") public Long category
@NameInMap(value="corpId") public String corpId
@NameInMap(value="dataList") public List<BillSettementHotelResponseBody.BillSettementHotelResponseBodyModuleDataList> dataList
@NameInMap(value="periodEnd") public String periodEnd
@NameInMap(value="periodStart") public String periodStart
@NameInMap(value="totalNum") public Long totalNum
public static BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule build(Map<String,?> map) throws Exception
Exceptionpublic BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule setCategory(Long category)
public Long getCategory()
public BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule setCorpId(String corpId)
public String getCorpId()
public BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule setDataList(List<BillSettementHotelResponseBody.BillSettementHotelResponseBodyModuleDataList> dataList)
public List<BillSettementHotelResponseBody.BillSettementHotelResponseBodyModuleDataList> getDataList()
public BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule setPeriodEnd(String periodEnd)
public String getPeriodEnd()
public BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule setPeriodStart(String periodStart)
public String getPeriodStart()
public BillSettementHotelResponseBody.BillSettementHotelResponseBodyModule setTotalNum(Long totalNum)
public Long getTotalNum()
Copyright © 2022. All rights reserved.