Package 

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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDatas

         List<MessageBean> getDatas()

        Get datas

      • setDatas

         void setDatas(List<MessageBean> datas)

        Set datas

        Parameters:
        datas - datas
      • setTotalCount

         void setTotalCount(int totalCount)

        Set total count

        Parameters:
        totalCount - total count