public class DownloadTransientDocumentAnnotationsJson extends BaseJson
Constructor and Description |
---|
DownloadTransientDocumentAnnotationsJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType() |
String |
getPath() |
Boolean |
getReportProblematicAnnotations() |
Set<String> |
getUserAddressesAnnotationsToDownload() |
String |
getWorkspaceGuid() |
boolean |
isShouldDownloadHiddenAnnotations() |
void |
setDeviceType(DeviceType deviceType) |
void |
setPath(String path) |
void |
setReportProblematicAnnotations(Boolean reportProblematicAnnotations) |
void |
setShouldDownloadHiddenAnnotations(boolean shouldDownloadHiddenAnnotations) |
void |
setUserAddressesAnnotationsToDownload(Set<String> userAddressesAnnotationsToDownload) |
void |
setWorkspaceGuid(String workspaceGuid) |
getObjType, setObjType, toString
public DownloadTransientDocumentAnnotationsJson()
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 String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
public void setUserAddressesAnnotationsToDownload(Set<String> userAddressesAnnotationsToDownload)
public boolean isShouldDownloadHiddenAnnotations()
public void setShouldDownloadHiddenAnnotations(boolean shouldDownloadHiddenAnnotations)
Copyright © 2019. All rights reserved.