Class DTOImmediateSchedulingResourceProcessingUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource.DTOImmediateSchedulingResourceProcessingUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOImmediateSchedulingResourceProcessingUpdate extends DynO
DTO for update immediate scheduling resource processing
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOImmediateSchedulingResourceProcessingUpdate

      public DTOImmediateSchedulingResourceProcessingUpdate()
  • Method Details

    • getResource

      public final Optional<Long> getResource()
      Gets the resource.
      Returns:
      the resource
    • setResource

      public final void setResource(Optional<Long> resource)
      Sets the resource.
      Parameters:
      resource - the new resource
    • getOperationCenter

      public final Optional<Long> getOperationCenter()
      Gets the operation center.
      Returns:
      the operation center
    • setOperationCenter

      public final void setOperationCenter(Optional<Long> operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - the new operation center
    • getLastRecalibrateDate

      public final Optional<ZonedDateTime> getLastRecalibrateDate()
      Gets the last recalibrate date.
      Returns:
      the last recalibrate date
    • setLastRecalibrateDate

      public final void setLastRecalibrateDate(Optional<ZonedDateTime> lastRecalibrateDate)
      Sets the last recalibrate date.
      Parameters:
      lastRecalibrateDate - the new last recalibrate date
    • getRecalibrateStartDate

      public final Optional<ZonedDateTime> getRecalibrateStartDate()
      Gets the recalibrate start date.
      Returns:
      the recalibrate start date
    • setRecalibrateStartDate

      public final void setRecalibrateStartDate(Optional<ZonedDateTime> recalibrateStartDate)
      Sets the recalibrate start date.
      Parameters:
      recalibrateStartDate - the new recalibrate start date
    • getRecalibrateSkipped

      public final Optional<Boolean> getRecalibrateSkipped()
      Gets the recalibrate skipped flag.
      Returns:
      true if recalibrate was skipped due to intervalLastRecalibrate
    • setRecalibrateSkipped

      public final void setRecalibrateSkipped(Optional<Boolean> recalibrateSkipped)
      Sets the recalibrate skipped flag.
      Parameters:
      recalibrateSkipped - true if recalibrate was skipped