public class ExportResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ExportResponse.ExportType
The type of export.
|
static interface |
ExportResponse.JobType
The job type of the process.
|
static interface |
ExportResponse.Status
The current status of the process.
|
Constructor and Description |
---|
ExportResponse() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Gets the endTime.
|
String |
getExportType()
Gets the exportType.
|
String |
getFileName()
Gets the fileName.
|
String |
getJobId()
Gets the jobId.
|
String |
getJobType()
Gets the jobType.
|
List<String> |
getProcessIds()
Gets the processIds.
|
CriteriaRequest |
getSearchCriteria()
Gets the searchCriteria.
|
Date |
getStartTime()
Gets the startTime.
|
String |
getStatus()
Gets the status.
|
Boolean |
isFileExpired()
Gets the fileExpired.
|
public String getJobId()
public Date getStartTime()
public Date getEndTime()
public String getStatus()
public String getJobType()
public List<String> getProcessIds()
public String getFileName()
public Boolean isFileExpired()
public String getExportType()
public CriteriaRequest getSearchCriteria()
Copyright © 2021 IBM Cloud. All rights reserved.