public class LoadingStatusDto extends Object
Modifier and Type | Field and Description |
---|---|
Long |
serverStartTimeMs
Startup time stamp of the server.
|
TaskDto |
superTask
Task that represents the whole loading process.
|
List<TaskDto> |
tasks
Tasks of loading process.
|
Constructor and Description |
---|
LoadingStatusDto() |
public TaskDto superTask
public Long serverStartTimeMs
System.currentTimeMillis()
.