Uses of Class
com.gentics.contentnode.rest.model.DirtQueueEntry
-
Packages that use DirtQueueEntry Package Description com.gentics.contentnode.rest.model -
-
Uses of DirtQueueEntry in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return DirtQueueEntry Modifier and Type Method Description DirtQueueEntry
DirtQueueEntry. setFailed(boolean failed)
Set the failed flagDirtQueueEntry
DirtQueueEntry. setFailReason(String failReason)
Set the failure reasonDirtQueueEntry
DirtQueueEntry. setId(int id)
Set the IDDirtQueueEntry
DirtQueueEntry. setLabel(String label)
Set the labelDirtQueueEntry
DirtQueueEntry. setObjId(int objId)
Set the object IDDirtQueueEntry
DirtQueueEntry. setObjType(int objType)
Set the object typeDirtQueueEntry
DirtQueueEntry. setTimestamp(int timestamp)
Set the timestamp
-