Class DTOAgendaBaseResponse

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.agenda.rs1.DTOAgendaBaseResponse
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned
Direct Known Subclasses:
DTOAgendaCancelDateResponse, DTOAgendaConfirmDateResponse, DTOAgendaFirstDateResponse, DTOAgendaFurtherDateResponse

public class DTOAgendaBaseResponse extends DynO
DTO for booking confirm date response
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAgendaBaseResponse

      public DTOAgendaBaseResponse()
  • Method Details

    • getRequestCode

      public String getRequestCode()
    • setRequestCode

      public void setRequestCode(String requestCode)
    • getOutcome

      public String getOutcome()
    • setOutcome

      public void setOutcome(String outcome)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getErrorDescription

      public String getErrorDescription()
    • setErrorDescription

      public void setErrorDescription(String errorDescription)
    • getErrorSternness

      public String getErrorSternness()
    • setErrorSternness

      public void setErrorSternness(String errorSternness)