public class ModelExecutionStatistic
extends java.lang.Object
| Constructor and Description |
|---|
ModelExecutionStatistic() |
ModelExecutionStatistic(ModelExecutionStatisticType type,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.lang.String jsonString) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMessage() |
ModelExecutionStatisticType |
getStatsType() |
int |
getType() |
int |
hashCode() |
void |
setMessage(java.lang.String message) |
void |
setType(int type) |
java.lang.String |
toString() |
public ModelExecutionStatistic()
public ModelExecutionStatistic(ModelExecutionStatisticType type, java.lang.String message)
public ModelExecutionStatisticType getStatsType()
public int getType()
public void setType(int type)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void deserialize(java.lang.String jsonString)