Class JobDetails
java.lang.Object
org.kie.kogito.jobs.service.model.JobDetails
Represents a Job Instance on the Job Service. This instance may be persisted and loaded at any point in time.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJobDetails(String id, String correlationId, JobStatus status, ZonedDateTime lastUpdate, Integer retries, Integer executionCounter, String scheduledId, Recipient recipient, org.kie.kogito.timer.Trigger trigger, Integer priority, Long executionTimeout, ChronoUnit executionTimeoutUnit, ZonedDateTime created) -
Method Summary
Modifier and TypeMethodDescriptionstatic JobDetailsBuilderbuilder()booleangetId()org.kie.kogito.timer.TriggerinthashCode()toString()
-
Constructor Details
-
JobDetails
protected JobDetails(String id, String correlationId, JobStatus status, ZonedDateTime lastUpdate, Integer retries, Integer executionCounter, String scheduledId, Recipient recipient, org.kie.kogito.timer.Trigger trigger, Integer priority, Long executionTimeout, ChronoUnit executionTimeoutUnit, ZonedDateTime created)
-
-
Method Details
-
getId
-
getCorrelationId
-
getStatus
-
getLastUpdate
-
getRetries
-
getExecutionCounter
-
getScheduledId
-
getRecipient
-
getTrigger
public org.kie.kogito.timer.Trigger getTrigger() -
getPriority
-
getExecutionTimeout
-
getExecutionTimeoutUnit
-
getCreated
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-