public class TaskInfo<EntryType,StatusType> extends Object
Constructor and Description |
---|
TaskInfo(String id,
org.joda.time.DateTime createdTime,
StatusType status,
String dataSource,
EntryType task) |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreatedTime() |
String |
getDataSource() |
String |
getId() |
StatusType |
getStatus() |
EntryType |
getTask() |
public TaskInfo(String id, org.joda.time.DateTime createdTime, StatusType status, String dataSource, @Nullable EntryType task)
public String getId()
public org.joda.time.DateTime getCreatedTime()
public StatusType getStatus()
public String getDataSource()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.