Package 

Class ExecuteLogList

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ExecuteLogList
     implements Serializable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int totalCount
      private List<ExecuteLogItem> datas
    • Method Summary

      Modifier and Type Method Description
      int getTotalCount()
      void setTotalCount(int totalCount)
      List<ExecuteLogItem> getDatas()
      void setDatas(List<ExecuteLogItem> datas)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait