public class DeleteCollectionResponse extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteCollectionResponse.Status
The status of the collection.
|
Constructor and Description |
---|
DeleteCollectionResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setCollectionId(java.lang.String collectionId)
Sets the collectionId.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
equals, hashCode, toString
public java.lang.String getCollectionId()
public java.lang.String getStatus()
public void setCollectionId(java.lang.String collectionId)
collectionId
- the new collectionIdpublic void setStatus(java.lang.String status)
status
- the new status