public static class DocumentAnnotationDeleteResponse.DeletedAnnotation extends VaultModel
Modifier and Type | Class and Description |
---|---|
static class |
DocumentAnnotationDeleteResponse.DeletedAnnotation.Error |
Constructor and Description |
---|
DeletedAnnotation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAnnotationId() |
String |
getDocumentId() |
List<DocumentAnnotationDeleteResponse.DeletedAnnotation.Error> |
getErrors() |
Integer |
getMajorVersion() |
Integer |
getMinorVersion() |
void |
setAnnotationId(Integer annotationId) |
void |
setDocumentId(String documentId) |
void |
setErrors(List<DocumentAnnotationDeleteResponse.DeletedAnnotation.Error> errors) |
void |
setMajorVersion(Integer majorVersion) |
void |
setMinorVersion(Integer minorVersion) |
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getDocumentId()
public void setDocumentId(String documentId)
public Integer getMajorVersion()
public void setMajorVersion(Integer majorVersion)
public Integer getMinorVersion()
public void setMinorVersion(Integer minorVersion)
public Integer getAnnotationId()
public void setAnnotationId(Integer annotationId)
public List<DocumentAnnotationDeleteResponse.DeletedAnnotation.Error> getErrors()
public void setErrors(List<DocumentAnnotationDeleteResponse.DeletedAnnotation.Error> errors)
Copyright © 2024. All rights reserved.