Class RecallCount.Builder

  • Enclosing class:
    RecallCount

    public static class RecallCount.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • recallCount

        public RecallCount.Builder recallCount​(Integer recallCount)
        This is the total number of recalls made so far
        Parameters:
        recallCount - the value to set
        Returns:
        this builder
      • recallSucceeded

        public RecallCount.Builder recallSucceeded​(Integer recallSucceeded)
        This is the number of recalls that succeeded
        Parameters:
        recallSucceeded - the value to set
        Returns:
        this builder
      • recallFailed

        public RecallCount.Builder recallFailed​(Integer recallFailed)
        This is the number of recalls that failed
        Parameters:
        recallFailed - the value to set
        Returns:
        this builder
      • recallPending

        public RecallCount.Builder recallPending​(Integer recallPending)
        This is the number of recalls in pending state
        Parameters:
        recallPending - the value to set
        Returns:
        this builder
      • recallLimit

        public RecallCount.Builder recallLimit​(Integer recallLimit)
        This is the maximum number of recalls (including successful and pending recalls) allowed
        Parameters:
        recallLimit - the value to set
        Returns:
        this builder