Package org.apache.solr.jersey
Class SolrJerseyResponse
- java.lang.Object
- 
- org.apache.solr.jersey.SolrJerseyResponse
 
- 
- All Implemented Interfaces:
- org.apache.solr.common.MapSerializable,- org.apache.solr.common.MapWriter,- org.apache.solr.common.NavigableObject,- JacksonReflectMapWriter
 - Direct Known Subclasses:
- CoreSnapshotAPI.CreateSnapshotResponse,- CoreSnapshotAPI.DeleteSnapshotResponse,- CoreSnapshotAPI.ListSnapshotsResponse,- ExperimentalResponse,- ListAliasesAPI.GetAliasByNameResponse,- ListAliasesAPI.ListAliasesResponse,- ListConfigSetsAPI.ListConfigsetsResponse,- PublicKeyAPI.PublicKeyResponse,- SchemaNameAPI.GetSchemaNameResponse,- ZookeeperReadAPI.ZooKeeperFileResponse
 
 public class SolrJerseyResponse extends Object implements JacksonReflectMapWriter Base response-body POJO to be used by Jersey resources.Contains fields common to all Solr API responses, particularly the 'responseHeader' and 'error' fields. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSolrJerseyResponse.ResponseHeader
 - 
Field SummaryFields Modifier and Type Field Description ErrorInfoerrorSolrJerseyResponse.ResponseHeaderresponseHeader
 - 
Constructor SummaryConstructors Constructor Description SolrJerseyResponse()
 
- 
- 
- 
Field Detail- 
responseHeaderpublic SolrJerseyResponse.ResponseHeader responseHeader 
 - 
errorpublic ErrorInfo error 
 
- 
 
-