Interface ExportJob
- All Superinterfaces:
MongoEntity
- All Known Implementing Classes:
MessagesRequestExportJob,SearchExportJob,SearchTypeExportJob
-
Field Details
-
FIELD_TYPE
- See Also:
-
FIELD_ID
- See Also:
-
FIELD_CREATED_AT
- See Also:
-
-
Method Details
-
id
String id()Description copied from interface:MongoEntityID of the entity. Will be stored as field "_id" with type ObjectId in MongoDB.- Specified by:
idin interfaceMongoEntity- Returns:
- Hex string representation of the entity's ID
-
type
String type() -
createdAt
org.joda.time.DateTime createdAt()
-