Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
WorkRequestLogEntry |
WorkRequestLogEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkRequestLogEntry> |
WorkRequest.getLogs()
The list of log entries from the work request workflow.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestLogEntry.Builder |
WorkRequestLogEntry.Builder.copy(WorkRequestLogEntry model) |
Modifier and Type | Method and Description |
---|---|
WorkRequest.Builder |
WorkRequest.Builder.logs(List<WorkRequestLogEntry> logs)
The list of log entries from the work request workflow.
|
Constructor and Description |
---|
WorkRequest(String id,
WorkRequestOperationTypes operationType,
WorkRequestStatusValues status,
String compartmentId,
List<WorkRequestResource> resources,
Integer percentComplete,
List<WorkRequestLogEntry> logs,
List<WorkRequestError> errors,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.