Package org.apache.solr.client.api.model
Class GetClusterPropertyResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.GetClusterPropertyResponse
-
- All Implemented Interfaces:
ReflectWritable
public class GetClusterPropertyResponse 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 ClusterPropertyDetails
clusterProperty
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description GetClusterPropertyResponse()
-
-
-
Field Detail
-
clusterProperty
public ClusterPropertyDetails clusterProperty
-
-