Class ScheduledJobExecutionDetailRef
java.lang.Object
com.broadleafcommerce.common.messaging.domain.ScheduledJobExecutionDetailRef
A reference to the ScheduledJobExecutionDetail from the ScheduledJobService.
- Author:
- karanjariwala
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A map to hold additional information on the execution detailThe Context ID of the scheduled job execution detailThe time at which the scheduled job is last updatedgetNote()
The execution note/message to be set on the execution detail.The execution status of the scheduled jobint
hashCode()
void
setAttributes
(Map<String, Object> attributes) A map to hold additional information on the execution detailvoid
setExecutionId
(String executionId) The Context ID of the scheduled job execution detailvoid
setLastUpdatedTime
(Instant lastUpdatedTime) The time at which the scheduled job is last updatedvoid
The execution note/message to be set on the execution detail.void
The execution status of the scheduled jobtoString()
-
Constructor Details
-
ScheduledJobExecutionDetailRef
-
ScheduledJobExecutionDetailRef
public ScheduledJobExecutionDetailRef()
-
-
Method Details
-
getExecutionId
The Context ID of the scheduled job execution detail -
getStatus
The execution status of the scheduled job -
getLastUpdatedTime
The time at which the scheduled job is last updated -
getNote
The execution note/message to be set on the execution detail. In case of a successful execution, it will be set with information about the job execution -
getAttributes
A map to hold additional information on the execution detail -
setExecutionId
The Context ID of the scheduled job execution detail -
setStatus
The execution status of the scheduled job -
setLastUpdatedTime
The time at which the scheduled job is last updated -
setNote
The execution note/message to be set on the execution detail. In case of a successful execution, it will be set with information about the job execution -
setAttributes
A map to hold additional information on the execution detail -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-