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="category") public Long category
@NameInMap(value="corpId") public String corpId
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="periodEnd") public String periodEnd
@NameInMap(value="periodStart") public String periodStart
public static BillSettementCarRequest build(Map<String,?> map) throws Exception
Exception
public BillSettementCarRequest setCategory(Long category)
public Long getCategory()
public BillSettementCarRequest setCorpId(String corpId)
public String getCorpId()
public BillSettementCarRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public BillSettementCarRequest setPageSize(Long pageSize)
public Long getPageSize()
public BillSettementCarRequest setPeriodEnd(String periodEnd)
public String getPeriodEnd()
public BillSettementCarRequest setPeriodStart(String periodStart)
public String getPeriodStart()
Copyright © 2022. All rights reserved.