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
Input Object for the event
UpdateStatusRemovalSchedulingEvent- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the appointment ID.Returns the operation ID.voidsetAppointmentId(Long appointmentId) Sets the appointment ID.voidsetOperationId(Long operationId) Sets the operation ID.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Field Details
-
appointmentId
-
operationId
-
-
Constructor Details
-
UpdateStatusRemovalSchedulingInput
public UpdateStatusRemovalSchedulingInput()
-
-
Method Details
-
getAppointmentId
Returns the appointment ID.- Returns:
- the appointment ID
-
setAppointmentId
Sets the appointment ID.- Parameters:
appointmentId- the appointment ID to set
-
getOperationId
Returns the operation ID.- Returns:
- the operation ID
-
setOperationId
Sets the operation ID.- Parameters:
operationId- the operation ID to set
-