public class RestManagerResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.solr.common.util.NamedList<Object> |
rawResponse |
protected Map<String,Object> |
response |
| Constructor and Description |
|---|
RestManagerResponse(org.apache.solr.common.util.NamedList<Object> entry) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key) |
org.apache.solr.common.util.NamedList<Object> |
getRawResponse() |
Map<String,Object> |
getResponse() |
boolean |
has(String key) |
protected static Object |
toMap(Object entry) |
Copyright © 2020. All rights reserved.