S - the source typepublic abstract class BaseConnectorResult<S> extends Object implements ConnectorResult
ConnectorResult that provides access to the "source" (e.g., an HTTP response) of the result.| Modifier | Constructor and Description |
|---|---|
protected |
BaseConnectorResult(S source)
Creates a new instance based on the provided "source" (required).
|
| Modifier and Type | Method and Description |
|---|---|
protected S |
getSource()
Returns the "source" used to create this result
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPayloads, getStatusprotected BaseConnectorResult(S source)
Source - the source of the resultprotected final S getSource()