public class AlipayCommerceBusinessorderQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayCommerceBusinessorderQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Gets begin time.
|
String |
getEndTime()
Gets end time.
|
String |
getIsvAppid()
Gets isv appid.
|
String |
getPageNum()
Gets page num.
|
String |
getPageSize()
Gets page size.
|
String |
getPlatformType()
Gets platform type.
|
List<String> |
getStatusList()
Gets status list.
|
String |
getUserId()
Gets user id.
|
void |
setBeginTime(String beginTime)
Sets begin time.
|
void |
setEndTime(String endTime)
Sets end time.
|
void |
setIsvAppid(String isvAppid)
Sets isv appid.
|
void |
setPageNum(String pageNum)
Sets page num.
|
void |
setPageSize(String pageSize)
Sets page size.
|
void |
setPlatformType(String platformType)
Sets platform type.
|
void |
setStatusList(List<String> statusList)
Sets status list.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayCommerceBusinessorderQueryModel()
public String getBeginTime()
public void setBeginTime(String beginTime)
beginTime
- the begin timepublic String getEndTime()
public void setEndTime(String endTime)
endTime
- the end timepublic String getIsvAppid()
public void setIsvAppid(String isvAppid)
isvAppid
- the isv appidpublic String getPageNum()
public void setPageNum(String pageNum)
pageNum
- the page numpublic String getPageSize()
public void setPageSize(String pageSize)
pageSize
- the page sizepublic String getPlatformType()
public void setPlatformType(String platformType)
platformType
- the platform typepublic void setStatusList(List<String> statusList)
statusList
- the status listpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.