public class AlipayOpenMiniInnerappServiceQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenMiniInnerappServiceQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MiniAppServiceInfo> |
getMiniAppServiceInfoList() |
Long |
getPage() |
Long |
getPageSize() |
Long |
getTotalCount() |
void |
setMiniAppServiceInfoList(List<MiniAppServiceInfo> miniAppServiceInfoList) |
void |
setPage(Long page) |
void |
setPageSize(Long pageSize) |
void |
setTotalCount(Long totalCount) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenMiniInnerappServiceQueryResponse()
public void setMiniAppServiceInfoList(List<MiniAppServiceInfo> miniAppServiceInfoList)
public List<MiniAppServiceInfo> getMiniAppServiceInfoList()
public void setPage(Long page)
public Long getPage()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2020. All rights reserved.