Class CollectionStatusResponse

java.lang.Object
org.apache.solr.client.api.model.SolrJerseyResponse
org.apache.solr.client.api.model.CollectionStatusResponse
All Implemented Interfaces:
ReflectWritable

public class CollectionStatusResponse extends SolrJerseyResponse
Response of the CollectionStatusApi.getCollectionStatus() API

Note that the corresponding v1 API has a slightly different response format. Users should not attempt to convert a v1 response into this type.