public class JobResultBody extends Object implements IModel, Serializable
| Constructor and Description |
|---|
JobResultBody() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static JobResultBody |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getResult() |
Integer |
getStatusCode() |
Long |
getTryAt() |
Integer |
getTryNumber() |
int |
hashCode() |
void |
setResult(String result) |
void |
setStatusCode(Integer statusCode) |
void |
setTryAt(Long tryAt) |
void |
setTryNumber(Integer tryNumber) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
JobResultBody |
withResult(String result) |
JobResultBody |
withStatusCode(Integer statusCode) |
JobResultBody |
withTryAt(Long tryAt) |
JobResultBody |
withTryNumber(Integer tryNumber) |
public Integer getTryNumber()
public void setTryNumber(Integer tryNumber)
public JobResultBody withTryNumber(Integer tryNumber)
public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
public JobResultBody withStatusCode(Integer statusCode)
public String getResult()
public void setResult(String result)
public JobResultBody withResult(String result)
public Long getTryAt()
public void setTryAt(Long tryAt)
public JobResultBody withTryAt(Long tryAt)
public static JobResultBody fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.