Class ConfigSetAdminResponse
- java.lang.Object
 - 
- org.apache.solr.client.solrj.SolrResponse
 - 
- org.apache.solr.client.solrj.response.SolrResponseBase
 - 
- org.apache.solr.client.solrj.response.ConfigSetAdminResponse
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,MapSerializable,MapWriter,NavigableObject
- Direct Known Subclasses:
 ConfigSetAdminResponse.List
public class ConfigSetAdminResponse extends SolrResponseBase
No special handling at this time.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigSetAdminResponse.List- 
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ConfigSetAdminResponse() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedList<String>getErrorMessages()- 
Methods inherited from class org.apache.solr.client.solrj.response.SolrResponseBase
getElapsedTime, getQTime, getRequestUrl, getResponse, getResponseHeader, getStatus, setElapsedTime, setRequestUrl, setResponse, toString, writeMap 
- 
Methods inherited from class org.apache.solr.client.solrj.SolrResponse
deserialize, getException, serializable 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr 
 - 
 
 -