public class DeleteCollectionResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteCollectionResponse.Status
The status of the collection.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
status |
Constructor and Description |
---|
DeleteCollectionResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.lang.String |
getStatus()
Gets the status.
|
@SerializedName(value="collection_id") protected java.lang.String collectionId
protected java.lang.String status
public java.lang.String getCollectionId()
The unique identifier of the collection that is being deleted.
public java.lang.String getStatus()
The status of the collection. The status of a successful deletion operation is `deleted`.