Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static UploadFileSummary.Status |
UploadFileSummary.Status.create(String key) |
UploadFileSummary.Status |
UploadFileSummary.getStatus()
Processing status of the file.
|
static UploadFileSummary.Status |
UploadFileSummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadFileSummary.Status[] |
UploadFileSummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UploadFileSummary.Builder |
UploadFileSummary.Builder.status(UploadFileSummary.Status status)
Processing status of the file.
|
Constructor and Description |
---|
UploadFileSummary(String reference,
String name,
UploadFileSummary.Status status,
BigDecimal totalChunks,
BigDecimal chunksConsumed,
BigDecimal chunksSuccess,
BigDecimal chunksFail,
Date timeStarted,
String sourceName,
String entityType,
String entityName,
String logNamespace,
String logGroupId,
String logGroupName,
String failureDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.