Uses of Class
com.oracle.bmc.loganalytics.model.RecallCount.Builder
-
Packages that use RecallCount.Builder Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RecallCount.Builder in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecallCount.Builder Modifier and Type Method 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 farRecallCount.Builder
RecallCount.Builder. recallFailed(Integer recallFailed)
This is the number of recalls that failedRecallCount.Builder
RecallCount.Builder. recallLimit(Integer recallLimit)
This is the maximum number of recalls (including successful and pending recalls) allowedRecallCount.Builder
RecallCount.Builder. recallPending(Integer recallPending)
This is the number of recalls in pending stateRecallCount.Builder
RecallCount.Builder. recallSucceeded(Integer recallSucceeded)
This is the number of recalls that succeededRecallCount.Builder
RecallCount. toBuilder()
-