public class AlipayOpenAppServiceValidpageQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenAppServiceValidpageQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage() |
Long |
getPageSize() |
List<ServiceBase> |
getServiceList() |
Long |
getTotal() |
void |
setCurrentPage(Long currentPage) |
void |
setPageSize(Long pageSize) |
void |
setServiceList(List<ServiceBase> serviceList) |
void |
setTotal(Long total) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenAppServiceValidpageQueryResponse()
public void setCurrentPage(Long currentPage)
public Long getCurrentPage()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setServiceList(List<ServiceBase> serviceList)
public List<ServiceBase> getServiceList()
public void setTotal(Long total)
public Long getTotal()
Copyright © 2023. All rights reserved.