Class DTOImmediateSchedulingCalendarUpdate

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

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

    • DTOImmediateSchedulingCalendarUpdate

      public DTOImmediateSchedulingCalendarUpdate()
  • Method Details

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

      public final Optional<Long> getImmediateInterval()
      Gets the immediate interval.
      Returns:
      the immediate interval
    • setImmediateInterval

      public final void setImmediateInterval(Optional<Long> immediateInterval)
      Sets the immediate interval.
      Parameters:
      immediateInterval - the new immediate interval
    • getReprocessingInterval

      public final Optional<Long> getReprocessingInterval()
      Gets the reprocessing interval.
      Returns:
      the reprocessing interval
    • setReprocessingInterval

      public final void setReprocessingInterval(Optional<Long> reprocessingInterval)
      Sets the reprocessing interval.
      Parameters:
      reprocessingInterval - the new reprocessing interval
    • getAutoValidationEnabled

      public final Optional<Boolean> getAutoValidationEnabled()
      Gets the auto validation enabled.
      Returns:
      the auto validation enabled
    • setAutoValidationEnabled

      public final void setAutoValidationEnabled(Optional<Boolean> autoValidationEnabled)
      Sets the auto validation enabled.
      Parameters:
      autoValidationEnabled - the new auto validation enabled
    • getActive

      public final Optional<Boolean> getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public final void setActive(Optional<Boolean> active)
      Sets the active.
      Parameters:
      active - the new active