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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeleteConfigurationResponse.Status
Status of the configuration. -
Constructor Summary
Constructors Constructor Description DeleteConfigurationResponse()
-
Method Summary
Modifier and Type Method Description String
getConfigurationId()
Gets the configurationId.List<Notice>
getNotices()
Gets the notices.String
getStatus()
Gets the status.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DeleteConfigurationResponse
public DeleteConfigurationResponse()
-
-
Method Details
-
getConfigurationId
Gets the configurationId.The unique identifier for the configuration.
- Returns:
- the configurationId
-
getStatus
Gets the status.Status of the configuration. A deleted configuration has the status deleted.
- Returns:
- the status
-
getNotices
Gets the notices.An array of notice messages, if any.
- Returns:
- the notices
-