Package org.apache.solr.client.api.model
Class SolrJerseyResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- All Implemented Interfaces:
ReflectWritable
- Direct Known Subclasses:
AsyncJerseyResponse
,CreateCoreSnapshotResponse
,DeleteSnapshotResponse
,FileStoreDirectoryListingResponse
,FileStoreJsonFileResponse
,FlexibleSolrJerseyResponse
,GetAliasByNameResponse
,GetAliasPropertyResponse
,GetAllAliasPropertiesResponse
,GetNodeCommandStatusResponse
,ListAliasesResponse
,ListCollectionBackupsResponse
,ListCollectionsResponse
,ListConfigsetsResponse
,ListCoreSnapshotsResponse
,PublicKeyResponse
,SchemaInfoResponse
,SchemaNameResponse
,SchemaSimilarityResponse
,SchemaUniqueKeyResponse
,SchemaVersionResponse
,SchemaZkVersionResponse
,UploadToFileStoreResponse
public class SolrJerseyResponse extends Object implements ReflectWritable
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
-
-