public class ResponseImpl<T extends Request> extends OperationImpl implements Response<T>
Response on operations.| Constructor and Description |
|---|
ResponseImpl(T request,
Map<String,Serializable> properties)
Instantiates a new ResponseImpl
|
| Modifier and Type | Method and Description |
|---|---|
T |
getRequest()
Get the request that generated this response
|
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingErrorscontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic ResponseImpl(T request, Map<String,Serializable> properties)
request - - the original requestproperties - - the properties associated with the operationThis work is licensed under a Creative Commons Attribution 4.0 International License.