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 Summary
Nested Classes Modifier and Type Class Description static class
SolrJerseyResponse.ResponseHeader
-
Field Summary
Fields Modifier and Type Field Description ErrorInfo
error
SolrJerseyResponse.ResponseHeader
responseHeader
-
Constructor Summary
Constructors Constructor Description SolrJerseyResponse()
-
-
-
Field Detail
-
responseHeader
public SolrJerseyResponse.ResponseHeader responseHeader
-
error
public ErrorInfo error
-
-