Class SolviceStatusResponse.ErrorDetails

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.oss.status.SolviceStatusResponse.ErrorDetails
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned
Enclosing class:
SolviceStatusResponse

public static class SolviceStatusResponse.ErrorDetails extends DynO
Inner class representing error details.
See Also:
  • Constructor Details

    • ErrorDetails

      public ErrorDetails()
  • Method Details

    • getCode

      public String getCode()
      Returns the error code.
      Returns:
      the error code
    • setCode

      public void setCode(String code)
      Sets the error code.
      Parameters:
      code - the error code
    • getDetails

      public String getDetails()
      Returns the error details.
      Returns:
      the error details
    • setDetails

      public void setDetails(String details)
      Sets the error details.
      Parameters:
      details - the error details