Constructor and Description |
---|
ResultItems() |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(String key) |
Map<String,Object> |
getAll() |
Request |
getRequest() |
boolean |
isSkip()
Whether to skip the result.
Result which is skipped will not be processed by Pipeline. |
<T> ResultItems |
put(String key,
T value) |
ResultItems |
setRequest(Request request) |
ResultItems |
setSkip(boolean skip)
Set whether to skip the result.
Result which is skipped will not be processed by Pipeline. |
String |
toString() |
public <T> T get(String key)
public <T> ResultItems put(String key, T value)
public Request getRequest()
public ResultItems setRequest(Request request)
public boolean isSkip()
public ResultItems setSkip(boolean skip)
skip
- whether to skip the resultCopyright © 2017. All rights reserved.