Class JobEntry

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

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

    • JobEntry

      public JobEntry()
  • Method Details

    • getScriptId

      public String getScriptId()
    • setScriptId

      public void setScriptId(String scriptId)
    • withScriptId

      public JobEntry withScriptId(String scriptId)
    • getArgs

      public String getArgs()
    • setArgs

      public void setArgs(String args)
    • withArgs

      public JobEntry withArgs(String args)
    • getMaxTryCount

      public Integer getMaxTryCount()
    • setMaxTryCount

      public void setMaxTryCount(Integer maxTryCount)
    • withMaxTryCount

      public JobEntry withMaxTryCount(Integer maxTryCount)
    • fromJson

      public static JobEntry 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