Package ca.uhn.fhir.jpa.entity
Class BulkExportJobEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.BulkExportJobEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getJobId()
getSince()
ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
int
void
setCreated
(Date theCreated) void
void
void
setRequest
(String theRequest) void
void
setStatus
(ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum theStatus) void
setStatusMessage
(String theStatusMessage) void
setVersion
(int theVersion) toString()
-
Field Details
-
REQUEST_LENGTH
- See Also:
-
STATUS_MESSAGE_LEN
- See Also:
-
-
Constructor Details
-
BulkExportJobEntity
public BulkExportJobEntity()
-
-
Method Details