Class ScheduledJobExecutionDetailRef

java.lang.Object
com.broadleafcommerce.common.messaging.domain.ScheduledJobExecutionDetailRef

public class ScheduledJobExecutionDetailRef extends Object
A reference to the ScheduledJobExecutionDetail from the ScheduledJobService.
Author:
karanjariwala
  • Constructor Details

    • ScheduledJobExecutionDetailRef

      public ScheduledJobExecutionDetailRef(String executionId, String status, Instant lastUpdatedTime, String note, Map<String,Object> attributes)
    • ScheduledJobExecutionDetailRef

      public ScheduledJobExecutionDetailRef()
  • Method Details

    • getExecutionId

      public String getExecutionId()
      The Context ID of the scheduled job execution detail
    • getStatus

      public String getStatus()
      The execution status of the scheduled job
    • getLastUpdatedTime

      public Instant getLastUpdatedTime()
      The time at which the scheduled job is last updated
    • getNote

      public String 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

      public Map<String,Object> getAttributes()
      A map to hold additional information on the execution detail
    • setExecutionId

      public void setExecutionId(String executionId)
      The Context ID of the scheduled job execution detail
    • setStatus

      public void setStatus(String status)
      The execution status of the scheduled job
    • setLastUpdatedTime

      public void setLastUpdatedTime(Instant lastUpdatedTime)
      The time at which the scheduled job is last updated
    • setNote

      public void setNote(String note)
      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

      public void setAttributes(Map<String,Object> attributes)
      A map to hold additional information on the execution detail
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object