Package org.apache.solr.client.api.model
Class ZooKeeperListChildrenResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.ExperimentalResponse
-
- org.apache.solr.client.api.model.ZooKeeperListChildrenResponse
-
- All Implemented Interfaces:
ReflectWritable
public class ZooKeeperListChildrenResponse extends ExperimentalResponse
-
-
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 ZooKeeperStatstatMap<String,Map<String,ZooKeeperStat>>unknownFields-
Fields inherited from class org.apache.solr.client.api.model.ExperimentalResponse
warning
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperListChildrenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUnknownProperty(String field, Map<String,ZooKeeperStat> value)Map<String,Map<String,ZooKeeperStat>>unknownProperties()
-
-
-
Field Detail
-
stat
public ZooKeeperStat stat
-
unknownFields
public Map<String,Map<String,ZooKeeperStat>> unknownFields
-
-
Method Detail
-
unknownProperties
public Map<String,Map<String,ZooKeeperStat>> unknownProperties()
-
setUnknownProperty
public void setUnknownProperty(String field, Map<String,ZooKeeperStat> value)
-
-