Class DeleteEnvironmentResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DeleteEnvironmentResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteEnvironmentResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Response object returned when deleting an environment.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeleteEnvironmentResponse.Status
Status of the environment. -
Constructor Summary
Constructors Constructor Description DeleteEnvironmentResponse()
-
Method Summary
Modifier and Type Method Description String
getEnvironmentId()
Gets the environmentId.String
getStatus()
Gets the status.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DeleteEnvironmentResponse
public DeleteEnvironmentResponse()
-
-
Method Details
-
getEnvironmentId
Gets the environmentId.The unique identifier for the environment.
- Returns:
- the environmentId
-
getStatus
Gets the status.Status of the environment.
- Returns:
- the status
-