public class DocumentAnnotationsForUserJson extends BaseJson
Constructor and Description |
---|
DocumentAnnotationsForUserJson() |
Modifier and Type | Method and Description |
---|---|
Date |
getUpdateDate()
Date of last update
|
String |
getUserAddress()
User's email address
|
DocumentAnnotationsJson |
getUserAnnotations()
Annotations
|
void |
setUpdateDate(Date updateDate)
Date of last update
|
void |
setUserAddress(String userAddress)
User's email address
|
void |
setUserAnnotations(DocumentAnnotationsJson userAnnotations)
Annotations
|
getObjType, setObjType, toString
public String getUserAddress()
public void setUserAddress(String userAddress)
userAddress
- User's email addresspublic Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- Date of last updatepublic DocumentAnnotationsJson getUserAnnotations()
public void setUserAnnotations(DocumentAnnotationsJson userAnnotations)
userAnnotations
- AnnotationsCopyright © 2019. All rights reserved.