Package org.apache.solr.client.api.model
Class GetAliasByNameResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.GetAliasByNameResponse
-
- All Implemented Interfaces:
ReflectWritable
public class GetAliasByNameResponse extends SolrJerseyResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description String
alias
List<String>
collections
Map<String,String>
properties
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description GetAliasByNameResponse()
-