public class ApplicationRestartInfoList extends Object implements DtoList<ModelInstanceRestartInfo>
Modifier | Constructor and Description |
---|---|
protected |
ApplicationRestartInfoList()
Creates new instance.
|
|
ApplicationRestartInfoList(List<ModelInstanceRestartInfo> infos,
long total)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<ModelInstanceRestartInfo> |
getData()
Returns a list of modules.
|
long |
getTotal()
Returns the total number of logs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected ApplicationRestartInfoList()
public ApplicationRestartInfoList(List<ModelInstanceRestartInfo> infos, long total)
infos
- total
- public long getTotal()
getTotal
in interface DtoList<ModelInstanceRestartInfo>
public List<ModelInstanceRestartInfo> getData()
getData
in interface DtoList<ModelInstanceRestartInfo>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.