Builder

public abstract class Builder

Builder for PairwiseMetricResult.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract PairwiseMetricResult build()
Link copied to clipboard
@CanIgnoreReturnValue()
public PairwiseMetricResult.Builder clearCustomOutput()
Clears the value of customOutput field.
Link copied to clipboard
@CanIgnoreReturnValue()
public PairwiseMetricResult.Builder clearExplanation()
Clears the value of explanation field.
Link copied to clipboard
@CanIgnoreReturnValue()
public PairwiseMetricResult.Builder clearPairwiseChoice()
Clears the value of pairwiseChoice field.
Link copied to clipboard
Setter for customOutput.
@CanIgnoreReturnValue()
public PairwiseMetricResult.Builder customOutput(CustomOutput.Builder customOutputBuilder)
Setter for customOutput builder.
Link copied to clipboard
public abstract PairwiseMetricResult.Builder explanation(String explanation)
Setter for explanation.
Link copied to clipboard
Setter for pairwiseChoice.
@CanIgnoreReturnValue()
public PairwiseMetricResult.Builder pairwiseChoice(PairwiseChoice.Known knownType)
Setter for pairwiseChoice given a known enum.
@CanIgnoreReturnValue()
public PairwiseMetricResult.Builder pairwiseChoice(String pairwiseChoice)
Setter for pairwiseChoice given a string.