java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.task.DispatcherAssistantResponse
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned
Direct Known Subclasses:
DispatcherAssistantSchedulableActivitiesResponse

public class DispatcherAssistantResponse extends DynO
Class that defined the common response parameters for the Dispatcher Assistant API.
Since:
22.0
See Also:
  • Constructor Details

    • DispatcherAssistantResponse

      public DispatcherAssistantResponse()
  • Method Details

    • getQuery

      public String getQuery()
      Gets the search query
      Returns:
      the query string
    • setQuery

      public void setQuery(String query)
      Sets the search query
      Parameters:
      query - the query string
    • getMetadata

      public DispatcherAssistantMetadata getMetadata()
      Gets the metadata
      Returns:
      the metadata object
    • setMetadata

      public void setMetadata(DispatcherAssistantMetadata metadata)
      Sets the metadata
      Parameters:
      metadata - the metadata object
    • getError

      public String getError()
      Gets the error message
      Returns:
      the error message
    • setError

      public void setError(String error)
      Sets the error message
      Parameters:
      error - the error message