Class UpdateStatusRemovalSchedulingInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.event.UpdateStatusRemovalSchedulingInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class UpdateStatusRemovalSchedulingInput extends DynO
Input Object for the event UpdateStatusRemovalSchedulingEvent
See Also:
  • Field Details

    • appointmentId

      protected Long appointmentId
    • operationId

      protected Long operationId
  • Constructor Details

    • UpdateStatusRemovalSchedulingInput

      public UpdateStatusRemovalSchedulingInput()
  • Method Details

    • getAppointmentId

      public Long getAppointmentId()
      Returns the appointment ID.
      Returns:
      the appointment ID
    • setAppointmentId

      public void setAppointmentId(Long appointmentId)
      Sets the appointment ID.
      Parameters:
      appointmentId - the appointment ID to set
    • getOperationId

      public Long getOperationId()
      Returns the operation ID.
      Returns:
      the operation ID
    • setOperationId

      public void setOperationId(Long operationId)
      Sets the operation ID.
      Parameters:
      operationId - the operation ID to set