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