public class IngestionTask extends Object implements IngestionTaskStatus
Ingester
interface in the
CAS.FINISHED, NOT_STARTED, STARTED
Constructor and Description |
---|
IngestionTask() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreateDate() |
ExtractorConfig |
getExtConf() |
List<String> |
getFileList() |
String |
getId() |
String |
getPolicy() |
String |
getProductType() |
String |
getStatus() |
void |
setCreateDate(Date createDate) |
void |
setExtConf(ExtractorConfig extConf) |
void |
setFileList(List<String> fileList) |
void |
setId(String id) |
void |
setPolicy(String policy) |
void |
setProductType(String productType) |
void |
setStatus(String status) |
public String getId()
public void setId(String id)
id
- the id to setpublic Date getCreateDate()
public void setCreateDate(Date createDate)
createDate
- the createDate to setpublic void setFileList(List<String> fileList)
fileList
- the fileList to setpublic String getPolicy()
public void setPolicy(String policy)
policy
- the policy to setpublic String getProductType()
public void setProductType(String productType)
productType
- the productType to setpublic String getStatus()
public void setStatus(String status)
status
- the status to setpublic ExtractorConfig getExtConf()
public void setExtConf(ExtractorConfig extConf)
extConf
- the extConf to setCopyright © 1999–2017 Apache OODT. All rights reserved.