Class SolviceStatusResponse

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

public class SolviceStatusResponse extends DynO
Business object representing a Solvice service status response.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • SolviceStatusResponse

      public SolviceStatusResponse()
  • Method Details

    • getStatus

      public String getStatus()
      Returns the service status.
      Returns:
      the status (e.g., "UP", "DOWN")
    • setStatus

      public void setStatus(String status)
      Sets the service status.
      Parameters:
      status - the status
    • getTimestamp

      public String getTimestamp()
      Returns the timestamp.
      Returns:
      the timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
      Sets the timestamp.
      Parameters:
      timestamp - the timestamp
    • getErrorDetails

      public SolviceStatusResponse.ErrorDetails getErrorDetails()
      Returns the error details if any.
      Returns:
      the error details
    • setErrorDetails

      public void setErrorDetails(SolviceStatusResponse.ErrorDetails errorDetails)
      Sets the error details.
      Parameters:
      errorDetails - the error details