public static class SyncReplItem.Response extends Object
SyncDoneControl
contained in a response.Modifier and Type | Field and Description |
---|---|
private Response<SearchResult> |
response
Response that this class wraps.
|
private SyncDoneControl |
syncDoneControl
Control to search the response for.
|
Constructor and Description |
---|
Response(Response<SearchResult> res)
Creates a new response.
|
Modifier and Type | Method and Description |
---|---|
Response<SearchResult> |
getResponse()
Returns the underlying response.
|
SyncDoneControl |
getSyncDoneControl()
Returns the sync done control or null if no such control exists in the response.
|
String |
toString() |
private final Response<SearchResult> response
private final SyncDoneControl syncDoneControl
public Response(Response<SearchResult> res)
SyncDoneControl
it is made available via
getSyncDoneControl()
.res
- to search for sync done control inpublic Response<SearchResult> getResponse()
public SyncDoneControl getSyncDoneControl()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.