Package org.apache.solr.client.api.model
Class FileListResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.FileListResponse
-
- All Implemented Interfaces:
ReflectWritable
public class FileListResponse extends SolrJerseyResponse
Response body for the `GET /api/cores/coreName/replication/files` API
-
-
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 List<FileMetaData>
confFiles
Exception
exception
List<FileMetaData>
fileList
String
message
String
status
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description FileListResponse()
-
-
-
Field Detail
-
fileList
public List<FileMetaData> fileList
-
confFiles
public List<FileMetaData> confFiles
-
status
public String status
-
message
public String message
-
exception
public Exception exception
-
-