public class CreateReleaseExportWithStatusErrors
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CreateReleaseExportWithStatusErrors.Status
The current status of the release export creation process: - **Available**: The release export
package is available for download.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssistantId()
Gets the assistantId.
|
Date |
getCreated()
Gets the created.
|
String |
getRelease()
Gets the release.
|
String |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the statusDescription.
|
List<StatusError> |
getStatusErrors()
Gets the statusErrors.
|
String |
getTaskId()
Gets the taskId.
|
Date |
getUpdated()
Gets the updated.
|
public String getStatus()
The current status of the release export creation process: - **Available**: The release export package is available for download. - **Failed**: The asynchronous release export package creation process has failed. - **Processing**: An asynchronous operation to create the release export package is underway and not yet completed.
public String getTaskId()
A unique identifier for a background asynchronous task that is executing or has executed the operation.
public String getAssistantId()
The ID of the assistant to which the release belongs.
public String getRelease()
The name of the release. The name is the version number (an integer), returned as a string.
public Date getCreated()
The timestamp for creation of the object.
public Date getUpdated()
The timestamp for the most recent update to the object.
public List<StatusError> getStatusErrors()
An array of messages about errors that caused an asynchronous operation to fail. Included only if **status**=`Failed`.
public String getStatusDescription()
The description of the failed asynchronous operation. Included only if **status**=`Failed`.
Copyright © 2024 IBM Cloud. All rights reserved.