Interface PredictionsInnerValue
- All Known Implementing Classes:
PredictionsInnerValue.InnerInteger,PredictionsInnerValue.InnerString,PredictionsInnerValue.ListOfPredictionResults
public interface PredictionsInnerValue
PredictionsInnerValue
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createIntegerthat implementsPredictionsInnerValue.static final recordHelper class to createStringthat implementsPredictionsInnerValue.static final recordHelper class to createList<PredictionResult>that implementsPredictionsInnerValue. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionCreator to enable deserialization ofInteger.Creator to enable deserialization ofString.Creator to enable deserialization ofList<PredictionResult>.
-
Method Details
-
createListOfPredictionResults
@Nonnull static PredictionsInnerValue.ListOfPredictionResults createListOfPredictionResults(@Nonnull List<PredictionResult> val) Creator to enable deserialization ofList<PredictionResult>.- Parameters:
val- the value to use- Returns:
- a new instance of
PredictionsInnerValue.ListOfPredictionResults.
-
create
Creator to enable deserialization ofString.- Parameters:
val- the value to use- Returns:
- a new instance of
PredictionsInnerValue.InnerString.
-
create
Creator to enable deserialization ofInteger.- Parameters:
val- the value to use- Returns:
- a new instance of
PredictionsInnerValue.InnerInteger.
-