public class BulkLoadResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
BulkLoadResponse.JobType
The job type of the process.
|
static interface |
BulkLoadResponse.LoadStage
The current stage of the bulk load process.
|
static interface |
BulkLoadResponse.Status
The current status of the process.
|
Constructor and Description |
---|
BulkLoadResponse() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Gets the endTime.
|
String |
getJobId()
Gets the jobId.
|
String |
getJobType()
Gets the jobType.
|
String |
getLoadStage()
Gets the loadStage.
|
List<String> |
getProcessIds()
Gets the processIds.
|
Date |
getStartTime()
Gets the startTime.
|
String |
getStatus()
Gets the status.
|
public String getJobId()
public Date getStartTime()
public Date getEndTime()
public String getStatus()
public String getJobType()
public List<String> getProcessIds()
public String getLoadStage()
Copyright © 2021 IBM Cloud. All rights reserved.