public class DocumentAccepted extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentAccepted.Status
Status of the document in the ingestion process.
|
Constructor and Description |
---|
DocumentAccepted() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentId()
Gets the documentId.
|
java.util.List<Notice> |
getNotices()
Gets the notices.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setDocumentId(java.lang.String documentId)
Sets the documentId.
|
void |
setNotices(java.util.List<Notice> notices)
Sets the notices.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
equals, hashCode, toString
public java.lang.String getDocumentId()
public java.lang.String getStatus()
public java.util.List<Notice> getNotices()
public void setDocumentId(java.lang.String documentId)
documentId
- the new documentIdpublic void setStatus(java.lang.String status)
status
- the new statuspublic void setNotices(java.util.List<Notice> notices)
notices
- the new notices