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