public class RoundtripResult extends Object
| Constructor and Description |
|---|
RoundtripResult() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.directory.api.ldap.model.entry.Entry> |
getData() |
org.apache.directory.api.ldap.model.cursor.SearchCursor |
getSearchCursor() |
void |
setData(List<org.apache.directory.api.ldap.model.entry.Entry> data) |
void |
setSearchCursor(org.apache.directory.api.ldap.model.cursor.SearchCursor searchCursor) |
public List<org.apache.directory.api.ldap.model.entry.Entry> getData()
public void setData(List<org.apache.directory.api.ldap.model.entry.Entry> data)
public org.apache.directory.api.ldap.model.cursor.SearchCursor getSearchCursor()
public void setSearchCursor(org.apache.directory.api.ldap.model.cursor.SearchCursor searchCursor)
Copyright © 2020. All rights reserved.