public interface Operation
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes()
Returns a
Map of attributes associated with the operation. |
String |
getName()
Returns the name of the operation.
|
OperationRequest |
getRequest()
Returns the request that was sent.
|
OperationResponse |
getResponse()
Returns the response that was received.
|
Map<String,Object> getAttributes()
Map
of attributes associated with the operation.String getName()
OperationRequest getRequest()
OperationResponse getResponse()