public static class RecallCount.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecallCount |
build() |
RecallCount.Builder |
copy(RecallCount model) |
RecallCount.Builder |
recallCount(Integer recallCount)
This is the total number of recalls made so far
|
RecallCount.Builder |
recallFailed(Integer recallFailed)
This is the number of recalls that failed
|
RecallCount.Builder |
recallLimit(Integer recallLimit)
This is the maximum number of recalls (including successful and pending recalls) allowed
|
RecallCount.Builder |
recallPending(Integer recallPending)
This is the number of recalls in pending state
|
RecallCount.Builder |
recallSucceeded(Integer recallSucceeded)
This is the number of recalls that succeeded
|
public RecallCount.Builder recallCount(Integer recallCount)
This is the total number of recalls made so far
recallCount
- the value to setpublic RecallCount.Builder recallSucceeded(Integer recallSucceeded)
This is the number of recalls that succeeded
recallSucceeded
- the value to setpublic RecallCount.Builder recallFailed(Integer recallFailed)
This is the number of recalls that failed
recallFailed
- the value to setpublic RecallCount.Builder recallPending(Integer recallPending)
This is the number of recalls in pending state
recallPending
- the value to setpublic RecallCount.Builder recallLimit(Integer recallLimit)
This is the maximum number of recalls (including successful and pending recalls) allowed
recallLimit
- the value to setpublic RecallCount build()
public RecallCount.Builder copy(RecallCount model)
Copyright © 2016–2024. All rights reserved.