public class LDAPQueryResultList extends Object
Constructor and Description |
---|
LDAPQueryResultList(List<LDAPQueryResult> results) |
Modifier and Type | Method and Description |
---|---|
String |
getError() |
long |
getQueryTime() |
List<LDAPQueryResult> |
getResults() |
void |
setError(String message) |
void |
setQueryTime(long queryTime) |
void |
setResults(List<LDAPQueryResult> results) |
public LDAPQueryResultList(List<LDAPQueryResult> results)
public List<LDAPQueryResult> getResults()
public void setResults(List<LDAPQueryResult> results)
public void setError(String message)
public String getError()
public void setQueryTime(long queryTime)
public long getQueryTime()
Copyright © 2008–2022 The Plugin People. All rights reserved.