public class DeleteDocumentResponse extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteDocumentResponse.Status
Status of the document.
|
Constructor and Description |
---|
DeleteDocumentResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentId()
Gets the documentId.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setDocumentId(java.lang.String documentId)
Sets the documentId.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
equals, hashCode, toString
public java.lang.String getDocumentId()
public java.lang.String getStatus()
public void setDocumentId(java.lang.String documentId)
documentId
- the new documentIdpublic void setStatus(java.lang.String status)
status
- the new status