Class RestoreCoreAPI.RestoreCoreRequestBody
- java.lang.Object
-
- org.apache.solr.handler.admin.api.RestoreCoreAPI.RestoreCoreRequestBody
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,JacksonReflectMapWriter
,org.noggit.JSONWriter.Writable
- Enclosing class:
- RestoreCoreAPI
public static class RestoreCoreAPI.RestoreCoreRequestBody extends Object implements JacksonReflectMapWriter
-
-
Field Summary
Fields Modifier and Type Field Description String
async
String
backupRepository
String
location
String
name
String
shardBackupId
-
Constructor Summary
Constructors Constructor Description RestoreCoreRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.jersey.JacksonReflectMapWriter
writeMap
-
-