Class JobResultBody

java.lang.Object
io.gs2.jobQueue.model.JobResultBody
All Implemented Interfaces:
IModel, Serializable

public class JobResultBody extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • JobResultBody

      public JobResultBody()
  • Method Details

    • getTryNumber

      public Integer getTryNumber()
    • setTryNumber

      public void setTryNumber(Integer tryNumber)
    • withTryNumber

      public JobResultBody withTryNumber(Integer tryNumber)
    • getStatusCode

      public Integer getStatusCode()
    • setStatusCode

      public void setStatusCode(Integer statusCode)
    • withStatusCode

      public JobResultBody withStatusCode(Integer statusCode)
    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)
    • withResult

      public JobResultBody withResult(String result)
    • getTryAt

      public Long getTryAt()
    • setTryAt

      public void setTryAt(Long tryAt)
    • withTryAt

      public JobResultBody withTryAt(Long tryAt)
    • fromJson

      public static JobResultBody fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object