Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static RecallCount.Builder |
RecallCount.builder()
Create a new builder.
|
RecallCount.Builder |
RecallCount.Builder.copy(RecallCount model) |
RecallCount.Builder |
RecallCount.Builder.recallCount(Integer recallCount)
This is the total number of recalls made so far
|
RecallCount.Builder |
RecallCount.Builder.recallFailed(Integer recallFailed)
This is the number of recalls that failed
|
RecallCount.Builder |
RecallCount.Builder.recallLimit(Integer recallLimit)
This is the maximum number of recalls (including successful and pending recalls) allowed
|
RecallCount.Builder |
RecallCount.Builder.recallPending(Integer recallPending)
This is the number of recalls in pending state
|
RecallCount.Builder |
RecallCount.Builder.recallSucceeded(Integer recallSucceeded)
This is the number of recalls that succeeded
|
RecallCount.Builder |
RecallCount.toBuilder() |
Copyright © 2016–2024. All rights reserved.