public class PredictionResult
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
The result type (e.g., "WIN", "LOSE")
int
-
Constructor Details
-
PredictionResult
public PredictionResult()
-
Method Details
-
getType
The result type (e.g., "WIN", "LOSE")
-
getPointsWon
@Nullable
public @Nullable Integer getPointsWon()
-
-
-
canEqual
protected boolean canEqual(Object other)
-
-