Class DTOImmediateSchedulingTrackingUpdate

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

public class DTOImmediateSchedulingTrackingUpdate extends DynO
DTO for update immediate scheduling tracking
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOImmediateSchedulingTrackingUpdate

      public DTOImmediateSchedulingTrackingUpdate()
  • Method Details

    • 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
    • getSchedulingModel

      public final Optional<Long> getSchedulingModel()
      Gets the scheduling model.
      Returns:
      the scheduling model
    • setSchedulingModel

      public final void setSchedulingModel(Optional<Long> schedulingModel)
      Sets the scheduling model.
      Parameters:
      schedulingModel - the new scheduling model
    • getLastImmediateEndDate

      public final Optional<ZonedDateTime> getLastImmediateEndDate()
      Gets the last immediate end date.
      Returns:
      the last immediate end date
    • setLastImmediateEndDate

      public final void setLastImmediateEndDate(Optional<ZonedDateTime> lastImmediateEndDate)
      Sets the last immediate end date.
      Parameters:
      lastImmediateEndDate - the new last immediate end date
    • getLastReprocessingEndDate

      public final Optional<ZonedDateTime> getLastReprocessingEndDate()
      Gets the last reprocessing end date.
      Returns:
      the last reprocessing end date
    • setLastReprocessingEndDate

      public final void setLastReprocessingEndDate(Optional<ZonedDateTime> lastReprocessingEndDate)
      Sets the last reprocessing end date.
      Parameters:
      lastReprocessingEndDate - the new last reprocessing end date