public class UploadUserTransientDocumentAnnotationsJson extends BaseJson
Constructor and Description |
---|
UploadUserTransientDocumentAnnotationsJson() |
Modifier and Type | Method and Description |
---|---|
DocumentAnnotationsJson |
getAnnotations() |
DeviceType |
getDeviceType() |
String |
getPath() |
Boolean |
getReportProblematicAnnotations() |
String |
getWorkspaceGuid() |
boolean |
isLogAction() |
void |
setAnnotations(DocumentAnnotationsJson annotations) |
void |
setDeviceType(DeviceType deviceType) |
void |
setLogAction(boolean logAction) |
void |
setPath(String path) |
void |
setReportProblematicAnnotations(Boolean reportProblematicAnnotations) |
void |
setWorkspaceGuid(String workspaceGuid) |
getObjType, setObjType, toString
public UploadUserTransientDocumentAnnotationsJson()
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public String getPath()
public void setPath(String path)
public Boolean getReportProblematicAnnotations()
public void setReportProblematicAnnotations(Boolean reportProblematicAnnotations)
public DocumentAnnotationsJson getAnnotations()
public void setAnnotations(DocumentAnnotationsJson annotations)
public String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
public boolean isLogAction()
public void setLogAction(boolean logAction)
Copyright © 2019. All rights reserved.