public class DocumentAnnotations extends GenericModel
| Constructor and Description |
|---|
DocumentAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Annotation>> |
getAnnotations()
Gets the annotations.
|
String |
getId()
Gets the id.
|
String |
getLabel()
Gets the label.
|
void |
setAnnotations(List<List<Annotation>> annotations)
Sets the annotations.
|
void |
setId(String id)
Sets the id.
|
void |
setLabel(String label)
Sets the label.
|
equals, hashCode, toStringpublic List<List<Annotation>> getAnnotations()
public String getId()
public String getLabel()
public void setAnnotations(List<List<Annotation>> annotations)
annotations - The annotationspublic void setId(String id)
id - The idpublic void setLabel(String label)
label - The labelCopyright © 2015–2016. All rights reserved.