public class JobEntry extends Object implements IModel, Serializable
| Constructor and Description |
|---|
JobEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static JobEntry |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getArgs() |
Integer |
getMaxTryCount() |
String |
getScriptId() |
int |
hashCode() |
void |
setArgs(String args) |
void |
setMaxTryCount(Integer maxTryCount) |
void |
setScriptId(String scriptId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
JobEntry |
withArgs(String args) |
JobEntry |
withMaxTryCount(Integer maxTryCount) |
JobEntry |
withScriptId(String scriptId) |
public String getScriptId()
public void setScriptId(String scriptId)
public String getArgs()
public void setArgs(String args)
public Integer getMaxTryCount()
public void setMaxTryCount(Integer maxTryCount)
public static JobEntry fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.