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 StringgetError()longgetQueryTime()List<LDAPQueryResult>getResults()voidsetError(String message)voidsetQueryTime(long queryTime)voidsetResults(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()
 
 - 
 
 -