Package com.acumenvelocity.ath.model
Class ConflictDownloadResponse
- java.lang.Object
-
- com.acumenvelocity.ath.model.ConflictDownloadResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class ConflictDownloadResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConflictDownloadResponse.StatusEnumCurrent status of the document
-
Constructor Summary
Constructors Constructor Description ConflictDownloadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ConflictDownloadResponseerror(String error)Error messageConflictDownloadResponseexportUrl(String exportUrl)URL to trigger export (only present when status is IMPORT_COMPLETED)StringgetError()StringgetExportUrl()StringgetMessage()ConflictDownloadResponse.StatusEnumgetStatus()StringgetStatusUrl()inthashCode()ConflictDownloadResponsemessage(String message)Detailed message about why download is not availablevoidsetError(String error)voidsetExportUrl(String exportUrl)voidsetMessage(String message)voidsetStatus(ConflictDownloadResponse.StatusEnum status)voidsetStatusUrl(String statusUrl)ConflictDownloadResponsestatus(ConflictDownloadResponse.StatusEnum status)Current status of the documentConflictDownloadResponsestatusUrl(String statusUrl)URL to check processing statusStringtoString()
-
-
-
Method Detail
-
error
public ConflictDownloadResponse error(String error)
Error message
-
getError
public String getError()
-
setError
public void setError(String error)
-
status
public ConflictDownloadResponse status(ConflictDownloadResponse.StatusEnum status)
Current status of the document
-
getStatus
public ConflictDownloadResponse.StatusEnum getStatus()
-
setStatus
public void setStatus(ConflictDownloadResponse.StatusEnum status)
-
message
public ConflictDownloadResponse message(String message)
Detailed message about why download is not available
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
statusUrl
public ConflictDownloadResponse statusUrl(String statusUrl)
URL to check processing status
-
getStatusUrl
public String getStatusUrl()
-
setStatusUrl
public void setStatusUrl(String statusUrl)
-
exportUrl
public ConflictDownloadResponse exportUrl(String exportUrl)
URL to trigger export (only present when status is IMPORT_COMPLETED)
-
getExportUrl
public String getExportUrl()
-
setExportUrl
public void setExportUrl(String exportUrl)
-
-