Class LDAPQueryResultList
- java.lang.Object
-
- com.javahollic.jira.emh.api.integration.beans.LDAPQueryResultList
-
public class LDAPQueryResultList extends Object
-
-
Constructor Summary
Constructors Constructor Description LDAPQueryResultList(List<LDAPQueryResult> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
long
getQueryTime()
List<LDAPQueryResult>
getResults()
void
setError(String message)
void
setQueryTime(long queryTime)
void
setResults(List<LDAPQueryResult> results)
-
-
-
Constructor Detail
-
LDAPQueryResultList
public LDAPQueryResultList(List<LDAPQueryResult> results)
-
-
Method Detail
-
getResults
public List<LDAPQueryResult> getResults()
-
setResults
public void setResults(List<LDAPQueryResult> results)
-
setError
public void setError(String message)
-
getError
public String getError()
-
setQueryTime
public void setQueryTime(long queryTime)
-
getQueryTime
public long getQueryTime()
-
-