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