public class EvaluationResult extends Object
Constructor and Description |
---|
EvaluationResult(Long contextId,
Object runtimeObject)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Long |
getContextId() |
EvaluationResultValue |
getDtObject()
Returns result as a data transfer object.
|
byte[] |
getModelInstance()
Returns model instance.
|
String |
getResultString()
Returns result as string.
|
Object |
getRuntimeObject()
Returns result as a runtime object.
|
void |
setContextId(Long contextId) |
void |
setModelInstance(byte[] modelInstance)
Sets model instance.
|
public Object getRuntimeObject()
public EvaluationResultValue getDtObject()
public String getResultString()
public byte[] getModelInstance()
public void setModelInstance(byte[] modelInstance)
modelInstance
- public Long getContextId()
public void setContextId(Long contextId)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.