Package ca.uhn.fhir.jpa.entity
Class BulkExportJobEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.BulkExportJobEntity
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields -
Constructor Summary
Constructors -
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:
- Constant Field Values
-
STATUS_MESSAGE_LEN
- See Also:
- Constant Field Values
-
-
Constructor Details
-
BulkExportJobEntity
public BulkExportJobEntity()
-
-
Method Details