public class GetCallBackListRes extends Object
| 构造器和说明 |
|---|
GetCallBackListRes() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CallBackInfo> |
getCallbackInfos() |
Integer |
getCountInPage() |
Integer |
getListPageCount() |
Integer |
getListPageNo() |
Integer |
getTotalCount() |
void |
setCallbackInfos(List<CallBackInfo> callbackInfos) |
void |
setCountInPage(Integer countInPage) |
void |
setListPageCount(Integer listPageCount) |
void |
setListPageNo(Integer listPageNo) |
void |
setTotalCount(Integer totalCount) |
public List<CallBackInfo> getCallbackInfos()
public void setCallbackInfos(List<CallBackInfo> callbackInfos)
public Integer getListPageNo()
public void setListPageNo(Integer listPageNo)
public Integer getCountInPage()
public void setCountInPage(Integer countInPage)
public Integer getListPageCount()
public void setListPageCount(Integer listPageCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2025. All rights reserved.