Package io.gs2.jobQueue.model
Class DeadLetterJob
java.lang.Object
io.gs2.jobQueue.model.DeadLetterJob
- All Implemented Interfaces:
IModel,Serializable,Comparable<DeadLetterJob>
public class DeadLetterJob
extends Object
implements IModel, Serializable, Comparable<DeadLetterJob>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic DeadLetterJobfromJson(com.fasterxml.jackson.databind.JsonNode data) getArgs()getName()inthashCode()voidvoidsetCreatedAt(Long createdAt) voidsetDeadLetterJobId(String deadLetterJobId) voidvoidsetResult(List<JobResultBody> result) voidsetScriptId(String scriptId) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDeadLetterJobId(String deadLetterJobId) withResult(List<JobResultBody> result) withScriptId(String scriptId) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
DeadLetterJob
public DeadLetterJob()
-
-
Method Details
-
getDeadLetterJobId
-
setDeadLetterJobId
-
withDeadLetterJobId
-
getName
-
setName
-
withName
-
getUserId
-
setUserId
-
withUserId
-
getScriptId
-
setScriptId
-
withScriptId
-
getArgs
-
setArgs
-
withArgs
-
getResult
-
setResult
-
withResult
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<DeadLetterJob>
-
hashCode
public int hashCode() -
equals
-