Interface MetadataTransferJobProgress.Builder

  • Method Details

    • totalCount

      The total count. [of what]

      Parameters:
      totalCount - The total count. [of what]
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • succeededCount

      MetadataTransferJobProgress.Builder succeededCount(Integer succeededCount)

      The succeeded count.

      Parameters:
      succeededCount - The succeeded count.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skippedCount

      MetadataTransferJobProgress.Builder skippedCount(Integer skippedCount)

      The skipped count.

      Parameters:
      skippedCount - The skipped count.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedCount

      MetadataTransferJobProgress.Builder failedCount(Integer failedCount)

      The failed count.

      Parameters:
      failedCount - The failed count.
      Returns:
      Returns a reference to this object so that method calls can be chained together.