public class RequestStatusImpl extends Object implements RequestStatus
RequestStatus.Status| Constructor and Description |
|---|
RequestStatusImpl(Resource requestResource) |
RequestStatusImpl(Resource requestResource,
Set<Resource> associatedResources) |
| Modifier and Type | Method and Description |
|---|---|
Set<Resource> |
getAssociatedResources()
Get the resources involved in the operation initiated by the request.
|
Resource |
getRequestResource()
Get the resource of type request for the asynchronous request.
|
RequestStatus.Status |
getStatus()
Get the status of the operation initiated by the request.
|
public RequestStatusImpl(Resource requestResource)
public Set<Resource> getAssociatedResources()
RequestStatusgetAssociatedResources in interface RequestStatuspublic Resource getRequestResource()
RequestStatusgetRequestResource in interface RequestStatuspublic RequestStatus.Status getStatus()
RequestStatusgetStatus in interface RequestStatusCopyright © 2016. All rights reserved.