@Deprecated @PublicApi public class FetchedValues extends java.lang.Object
| Constructor and Description |
|---|
FetchedValues(java.util.List<FetchedValue> fetchedValues,
ExecutionStepInfo executionStepInfo,
ResultPath path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionStepInfo |
getExecutionStepInfo()
Deprecated.
|
ResultPath |
getPath()
Deprecated.
|
java.util.List<FetchedValue> |
getValues()
Deprecated.
|
public FetchedValues(java.util.List<FetchedValue> fetchedValues, ExecutionStepInfo executionStepInfo, ResultPath path)
public java.util.List<FetchedValue> getValues()
public ExecutionStepInfo getExecutionStepInfo()
public ResultPath getPath()