public class AsyncAttributes extends AbstractAttributesBase
| Constructor and Description |
|---|
AsyncAttributes() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCompletionDate() |
String |
getId() |
String |
getOwnerId() |
org.joda.time.DateTime |
getRequestDate() |
ReportStatusEnum |
getStatus() |
void |
setCompletionDate(org.joda.time.DateTime completionDate) |
void |
setId(String id) |
void |
setOwnerId(String ownerId) |
void |
setRequestDate(org.joda.time.DateTime requestDate) |
void |
setStatus(ReportStatusEnum status) |
getReportId, getReportName, getType, setReportId, setReportName, setTypetoStringpublic String getId()
public void setId(String id)
public ReportStatusEnum getStatus()
public void setStatus(ReportStatusEnum status)
public String getOwnerId()
public void setOwnerId(String ownerId)
public org.joda.time.DateTime getCompletionDate()
public void setCompletionDate(org.joda.time.DateTime completionDate)
public org.joda.time.DateTime getRequestDate()
public void setRequestDate(org.joda.time.DateTime requestDate)
Apache Camel