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