Class ShardPath
java.lang.Object
co.elastic.clients.elasticsearch.indices.stats.ShardPath
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ShardPath extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardPath.BuilderBuilder forShardPath. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardPath>_DESERIALIZERJson deserializer forShardPath -
Constructor Summary
Constructors Constructor Description ShardPath(ShardPath.Builder builder)ShardPath(java.util.function.Function<ShardPath.Builder,ShardPath.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringdataPath()Required - API name:data_pathbooleanisCustomDataPath()Required - API name:is_custom_data_pathvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupShardPathDeserializer(DelegatingDeserializer<ShardPath.Builder> op)java.lang.StringstatePath()Required - API name:state_pathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forShardPath
-
-
Constructor Details
-
ShardPath
-
ShardPath
-
-
Method Details
-
dataPath
public java.lang.String dataPath()Required - API name:data_path -
isCustomDataPath
public boolean isCustomDataPath()Required - API name:is_custom_data_path -
statePath
public java.lang.String statePath()Required - API name:state_path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupShardPathDeserializer
-