-
public class MessageListBean
-
-
Field Summary
Fields Modifier and Type Field Description private List<MessageBean>
datas
private int
totalCount
-
Method Summary
Modifier and Type Method Description List<MessageBean>
getDatas()
Get datas void
setDatas(List<MessageBean> datas)
Set datas int
getTotalCount()
Get total count void
setTotalCount(int totalCount)
Set total count String
toString()
-
-
Method Detail
-
getDatas
List<MessageBean> getDatas()
Get datas
-
setDatas
void setDatas(List<MessageBean> datas)
Set datas
- Parameters:
datas
- datas
-
getTotalCount
int getTotalCount()
Get total count
-
setTotalCount
void setTotalCount(int totalCount)
Set total count
- Parameters:
totalCount
- total count
-
toString
String toString()
-
-
-
-