Interface BooleanScoreV1.StringValueStage
- All Known Implementing Classes:
BooleanScoreV1.Builder
- Enclosing class:
BooleanScoreV1
public static interface BooleanScoreV1.StringValueStage
-
Method Summary
Modifier and TypeMethodDescriptionstringValue(String stringValue) The string representation of the score value.
-
Method Details
-
stringValue
The string representation of the score value. Is inferred from the numeric value and equals "True" or "False"
-