Class DeleteConfigurationResponse

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DeleteConfigurationResponse
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DeleteConfigurationResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information returned when a configuration is deleted.
  • Constructor Details

    • DeleteConfigurationResponse

      public DeleteConfigurationResponse()
  • Method Details

    • getConfigurationId

      public String getConfigurationId()
      Gets the configurationId.

      The unique identifier for the configuration.

      Returns:
      the configurationId
    • getStatus

      public String getStatus()
      Gets the status.

      Status of the configuration. A deleted configuration has the status deleted.

      Returns:
      the status
    • getNotices

      public List<Notice> getNotices()
      Gets the notices.

      An array of notice messages, if any.

      Returns:
      the notices