public class BillSettementCarRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
category |
String |
corpId |
Long |
pageNumber |
Long |
pageSize |
String |
periodEnd |
String |
periodStart |
| 构造器和说明 |
|---|
BillSettementCarRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BillSettementCarRequest |
build(Map<String,?> map) |
Long |
getCategory() |
String |
getCorpId() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getPeriodEnd() |
String |
getPeriodStart() |
BillSettementCarRequest |
setCategory(Long category) |
BillSettementCarRequest |
setCorpId(String corpId) |
BillSettementCarRequest |
setPageNumber(Long pageNumber) |
BillSettementCarRequest |
setPageSize(Long pageSize) |
BillSettementCarRequest |
setPeriodEnd(String periodEnd) |
BillSettementCarRequest |
setPeriodStart(String periodStart) |
@NameInMap(value="corpId") public String corpId
@NameInMap(value="category") public Long category
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="periodStart") public String periodStart
@NameInMap(value="periodEnd") public String periodEnd
@NameInMap(value="pageNumber") public Long pageNumber
public static BillSettementCarRequest build(Map<String,?> map) throws Exception
Exceptionpublic BillSettementCarRequest setCorpId(String corpId)
public String getCorpId()
public BillSettementCarRequest setCategory(Long category)
public Long getCategory()
public BillSettementCarRequest setPageSize(Long pageSize)
public Long getPageSize()
public BillSettementCarRequest setPeriodStart(String periodStart)
public String getPeriodStart()
public BillSettementCarRequest setPeriodEnd(String periodEnd)
public String getPeriodEnd()
public BillSettementCarRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
Copyright © 2021. All rights reserved.