public class AlipayOfflineMarketApplyorderBatchqueryModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOfflineMarketApplyorderBatchqueryModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAction() |
List<String> |
getApplyIds() |
String |
getBizId() |
String |
getBizType() |
Date |
getEndTime() |
String |
getOpId() |
String |
getOpRole() |
Long |
getPageNo() |
Long |
getPageSize() |
List<String> |
getRequestIds() |
Date |
getStartTime() |
String |
getStatus() |
void |
setAction(String action) |
void |
setApplyIds(List<String> applyIds) |
void |
setBizId(String bizId) |
void |
setBizType(String bizType) |
void |
setEndTime(Date endTime) |
void |
setOpId(String opId) |
void |
setOpRole(String opRole) |
void |
setPageNo(Long pageNo) |
void |
setPageSize(Long pageSize) |
void |
setRequestIds(List<String> requestIds) |
void |
setStartTime(Date startTime) |
void |
setStatus(String status) |
public AlipayOfflineMarketApplyorderBatchqueryModel()
public String getAction()
public void setAction(String action)
public String getBizId()
public void setBizId(String bizId)
public String getBizType()
public void setBizType(String bizType)
public Date getEndTime()
public void setEndTime(Date endTime)
public String getOpId()
public void setOpId(String opId)
public String getOpRole()
public void setOpRole(String opRole)
public Long getPageNo()
public void setPageNo(Long pageNo)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Date getStartTime()
public void setStartTime(Date startTime)
public String getStatus()
public void setStatus(String status)
Copyright © 2023. All rights reserved.