public class DeadLetterJob extends Object implements IModel, Serializable, Comparable<DeadLetterJob>
| Constructor and Description |
|---|
DeadLetterJob() |
public String getDeadLetterJobId()
public void setDeadLetterJobId(String deadLetterJobId)
public DeadLetterJob withDeadLetterJobId(String deadLetterJobId)
public String getName()
public void setName(String name)
public DeadLetterJob withName(String name)
public String getUserId()
public void setUserId(String userId)
public DeadLetterJob withUserId(String userId)
public String getScriptId()
public void setScriptId(String scriptId)
public DeadLetterJob withScriptId(String scriptId)
public String getArgs()
public void setArgs(String args)
public DeadLetterJob withArgs(String args)
public List<JobResultBody> getResult()
public void setResult(List<JobResultBody> result)
public DeadLetterJob withResult(List<JobResultBody> result)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public DeadLetterJob withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public DeadLetterJob withUpdatedAt(Long updatedAt)
public static DeadLetterJob fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(DeadLetterJob o)
compareTo in interface Comparable<DeadLetterJob>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.