public class ListAgentAccountStatesFacadeResponse extends AlipayObject
| 构造器和说明 |
|---|
ListAgentAccountStatesFacadeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrent() |
List<AgentAccountStates> |
getList() |
Long |
getPageSize() |
Long |
getTotal() |
Long |
getTotalPage() |
void |
setCurrent(Long current) |
void |
setList(List<AgentAccountStates> list) |
void |
setPageSize(Long pageSize) |
void |
setTotal(Long total) |
void |
setTotalPage(Long totalPage) |
public Long getCurrent()
public void setCurrent(Long current)
public List<AgentAccountStates> getList()
public void setList(List<AgentAccountStates> list)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getTotal()
public void setTotal(Long total)
public Long getTotalPage()
public void setTotalPage(Long totalPage)
Copyright © 2024. All rights reserved.