public class SubtasksTimesInfo extends Object implements ResponseBody
SubtasksTimesHandler
.Modifier and Type | Class and Description |
---|---|
static class |
SubtasksTimesInfo.SubtaskTimeInfo
Nested class to encapsulate the sub task times info.
|
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_ID |
static String |
FIELD_NAME_NAME |
static String |
FIELD_NAME_NOW |
static String |
FIELD_NAME_SUBTASKS |
Constructor and Description |
---|
SubtasksTimesInfo(String id,
String name,
long now,
List<SubtasksTimesInfo.SubtaskTimeInfo> subtasks) |
public static final String FIELD_NAME_ID
public static final String FIELD_NAME_NAME
public static final String FIELD_NAME_NOW
public static final String FIELD_NAME_SUBTASKS
public SubtasksTimesInfo(String id, String name, long now, List<SubtasksTimesInfo.SubtaskTimeInfo> subtasks)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.