public class PredictionModel
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator |
CREATOR |
| Constructor and Description |
|---|
PredictionModel() |
PredictionModel(android.os.Parcel in) |
PredictionModel(ResultModel result) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
ResultModel |
getResult() |
void |
setResult(ResultModel result) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public PredictionModel()
public PredictionModel(ResultModel result)
public PredictionModel(android.os.Parcel in)
public java.lang.String toString()
toString in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic ResultModel getResult()
public void setResult(ResultModel result)