Class NodeLoggingAPI.LoggingResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.handler.admin.api.NodeLoggingAPI.LoggingResponse
-
- All Implemented Interfaces:
ReflectWritable
- Direct Known Subclasses:
NodeLoggingAPI.ListLevelsResponse
,NodeLoggingAPI.LogMessagesResponse
- Enclosing class:
- NodeLoggingAPI
public static class NodeLoggingAPI.LoggingResponse extends SolrJerseyResponse
Generic logging response that includes the name of the log watcher (e.g. "Log4j2")
-
-
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
watcherName
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description LoggingResponse()
-
-
-
Field Detail
-
watcherName
public String watcherName
-
-