public class QueryCityCarApplyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
corpId |
String |
createdEndAt |
String |
createdStartAt |
Long |
pageNumber |
Long |
pageSize |
String |
thirdPartApplyId |
String |
userId |
| 构造器和说明 |
|---|
QueryCityCarApplyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryCityCarApplyRequest |
build(Map<String,?> map) |
String |
getCorpId() |
String |
getCreatedEndAt() |
String |
getCreatedStartAt() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getThirdPartApplyId() |
String |
getUserId() |
QueryCityCarApplyRequest |
setCorpId(String corpId) |
QueryCityCarApplyRequest |
setCreatedEndAt(String createdEndAt) |
QueryCityCarApplyRequest |
setCreatedStartAt(String createdStartAt) |
QueryCityCarApplyRequest |
setPageNumber(Long pageNumber) |
QueryCityCarApplyRequest |
setPageSize(Long pageSize) |
QueryCityCarApplyRequest |
setThirdPartApplyId(String thirdPartApplyId) |
QueryCityCarApplyRequest |
setUserId(String userId) |
@NameInMap(value="corpId") public String corpId
@NameInMap(value="createdEndAt") public String createdEndAt
@NameInMap(value="createdStartAt") public String createdStartAt
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="thirdPartApplyId") public String thirdPartApplyId
@NameInMap(value="userId") public String userId
public static QueryCityCarApplyRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryCityCarApplyRequest setCorpId(String corpId)
public String getCorpId()
public QueryCityCarApplyRequest setCreatedEndAt(String createdEndAt)
public String getCreatedEndAt()
public QueryCityCarApplyRequest setCreatedStartAt(String createdStartAt)
public String getCreatedStartAt()
public QueryCityCarApplyRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public QueryCityCarApplyRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryCityCarApplyRequest setThirdPartApplyId(String thirdPartApplyId)
public String getThirdPartApplyId()
public QueryCityCarApplyRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.