public class TaskReportData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskReportData.TaskType |
Constructor and Description |
---|
TaskReportData(String id,
Map<Integer,Long> startingOffsets,
Map<Integer,Long> currentOffsets,
org.joda.time.DateTime startTime,
Long remainingSeconds,
TaskReportData.TaskType type) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Long> |
getCurrentOffsets() |
String |
getId() |
Long |
getRemainingSeconds() |
Map<Integer,Long> |
getStartingOffsets() |
org.joda.time.DateTime |
getStartTime() |
TaskReportData.TaskType |
getType() |
void |
setCurrentOffsets(Map<Integer,Long> currentOffsets) |
String |
toString() |
public String getId()
public org.joda.time.DateTime getStartTime()
public Long getRemainingSeconds()
public TaskReportData.TaskType getType()
Copyright © 2011–2017. All rights reserved.