Package com.mypurecloud.sdk.v2.model
Class ArchitectExportJobStateResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ArchitectExportJobStateResponse
- All Implemented Interfaces:
Serializable
ArchitectExportJobStateResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe command executed by the Architect Jobstatic enumStatus of the Architect Export Job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe command executed by the Architect JobdownloadUrl(String downloadUrl) The signed URL for downloading exported Architect data.booleangetId()inthashCode()messages(List<ArchitectJobMessage> messages) Warnings and Errors messages of the Architect JobvoidvoidsetDownloadUrl(String downloadUrl) voidsetMessages(List<ArchitectJobMessage> messages) voidStatus of the Architect Export JobtoString()
-
Constructor Details
-
ArchitectExportJobStateResponse
public ArchitectExportJobStateResponse() -
ArchitectExportJobStateResponse
-
-
Method Details
-
getId
-
status
Status of the Architect Export Job -
getStatus
-
setStatus
-
command
The command executed by the Architect Job -
getCommand
-
setCommand
-
downloadUrl
The signed URL for downloading exported Architect data. If more than one flow was exported as part of the job, the URL provides a zipped folder containing all flows. -
getDownloadUrl
-
setDownloadUrl
-
messages
Warnings and Errors messages of the Architect Job -
getMessages
-
setMessages
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-