Builder

public abstract class Builder

Builder for CompletionStats.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract CompletionStats build()
Link copied to clipboard
@CanIgnoreReturnValue()
public CompletionStats.Builder clearFailedCount()
Clears the value of failedCount field.
Link copied to clipboard
@CanIgnoreReturnValue()
public CompletionStats.Builder clearIncompleteCount()
Clears the value of incompleteCount field.
Link copied to clipboard
@CanIgnoreReturnValue()
public CompletionStats.Builder clearSuccessfulCount()
Clears the value of successfulCount field.
Link copied to clipboard
Clears the value of successfulForecastPointCount field.
Link copied to clipboard
public abstract CompletionStats.Builder failedCount(Long failedCount)
Setter for failedCount.
Link copied to clipboard
public abstract CompletionStats.Builder incompleteCount(Long incompleteCount)
Setter for incompleteCount.
Link copied to clipboard
public abstract CompletionStats.Builder successfulCount(Long successfulCount)
Setter for successfulCount.
Link copied to clipboard
public abstract CompletionStats.Builder successfulForecastPointCount(Long successfulForecastPointCount)
Setter for successfulForecastPointCount.