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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
long |
getNow() |
List<SubtasksTimesInfo.SubtaskTimeInfo> |
getSubtasks() |
int |
hashCode() |
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)
public String getId()
public String getName()
public long getNow()
public List<SubtasksTimesInfo.SubtaskTimeInfo> getSubtasks()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.