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