public class AlphaCollectionResult extends Object implements EventResult<String[],EventContext>
| Constructor and Description |
|---|
AlphaCollectionResult(EventContext context) |
AlphaCollectionResult(String[] response,
EventContext context) |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
getContext()
Specifies the context to the event.
|
String[] |
getResponse()
Returns the response returned from the event.
|
public AlphaCollectionResult(EventContext context)
public AlphaCollectionResult(String[] response, EventContext context)
public EventContext getContext()
EventResultgetContext in interface EventResult<String[],EventContext>public String[] getResponse()
EventResultReturns the response returned from the event.
getResponse in interface EventResult<String[],EventContext>Copyright © 2018 WSO2. All rights reserved.