public class EvaluationResultValue extends Object implements Serializable
Constructor and Description |
---|
EvaluationResultValue() |
EvaluationResultValue(Long contextId,
ObjectValue result) |
Modifier and Type | Method and Description |
---|---|
Long |
getContextId() |
byte[] |
getModelInstance() |
ObjectValue |
getResult() |
void |
setContextId(Long contextId) |
void |
setModelInstance(byte[] modelInstance) |
Object |
toObject() |
String |
toString() |
public EvaluationResultValue()
public EvaluationResultValue(Long contextId, ObjectValue result)
public ObjectValue getResult()
public Long getContextId()
public void setContextId(Long contextId)
public byte[] getModelInstance()
public void setModelInstance(byte[] modelInstance)
public Object toObject()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.