T
- The underlying type of the responsepublic abstract class SourceQueryResponse<T> extends AbstractResponse<T>
Modifier | Constructor and Description |
---|---|
protected |
SourceQueryResponse(T result)
Constructor for SourceQueryResponse.
|
Modifier and Type | Method and Description |
---|---|
T |
getResult()
getResult.
|
getAddress, getRequest, setAddress, setRequest
buildToString, equals, hashCode, id, toString
protected SourceQueryResponse(T result)
Constructor for SourceQueryResponse.
result
- a T objectpublic final T getResult()
getResult.
getResult
in class AbstractResponse<T>
Copyright © 2016–2024. All rights reserved.