public class AlipayCloudCloudbaseFunctionQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayCloudCloudbaseFunctionQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<FunctionMO> |
getFunctions() |
Long |
getPageIndex() |
Long |
getPageSize() |
Long |
getTotal() |
void |
setFunctions(List<FunctionMO> functions) |
void |
setPageIndex(Long pageIndex) |
void |
setPageSize(Long pageSize) |
void |
setTotal(Long total) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayCloudCloudbaseFunctionQueryResponse()
public void setFunctions(List<FunctionMO> functions)
public List<FunctionMO> getFunctions()
public void setPageIndex(Long pageIndex)
public Long getPageIndex()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.