Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static RecallStatus |
RecallStatus.create(String key) |
RecallStatus |
OverlappingRecallSummary.getStatus()
This is the status of the recall
|
static RecallStatus |
RecallStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecallStatus[] |
RecallStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OverlappingRecallSummary.Builder |
OverlappingRecallSummary.Builder.status(RecallStatus status)
This is the status of the recall
|
Constructor and Description |
---|
OverlappingRecallSummary(Date timeDataStarted,
Date timeDataEnded,
Date timeStarted,
RecallStatus status,
String purpose,
String queryString,
String logSets,
String createdBy,
Long collectionId,
Long recallId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.