public class PredictResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PredictResult() |
Modifier and Type | Method and Description |
---|---|
PredictResult |
clone() |
boolean |
equals(Object obj) |
Prediction |
getPrediction()
Returns the value of the Prediction property for this object.
|
int |
hashCode() |
void |
setPrediction(Prediction prediction)
Sets the value of the Prediction property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PredictResult |
withPrediction(Prediction prediction)
Sets the value of the Prediction property for this object.
|
public void setPrediction(Prediction prediction)
prediction
- The new value for the Prediction property for this object.public Prediction getPrediction()
public PredictResult withPrediction(Prediction prediction)
prediction
- The new value for the Prediction property for this object.public String toString()
toString
in class Object
Object.toString()
public PredictResult clone()
Copyright © 2015. All rights reserved.