public class AsyncContext extends Object implements Serializable
| Constructor and Description |
|---|
AsyncContext(String sessionId,
List<ContextResult> results) |
| Modifier and Type | Method and Description |
|---|---|
Identity |
getIdentity() |
List<ContextResult> |
getResults() |
String |
getSessionId() |
public AsyncContext(String sessionId, List<ContextResult> results)
public Identity getIdentity()
public String getSessionId()
public List<ContextResult> getResults()