Class ShardStoreException
java.lang.Object
co.elastic.clients.elasticsearch.indices.shard_stores.ShardStoreException
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ShardStoreException extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardStoreException.BuilderBuilder forShardStoreException. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardStoreException>_DESERIALIZERJson deserializer forShardStoreException -
Method Summary
Modifier and Type Method Description static ShardStoreExceptionof(java.util.function.Function<ShardStoreException.Builder,ObjectBuilder<ShardStoreException>> fn)java.lang.Stringreason()Required - API name:reasonvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupShardStoreExceptionDeserializer(ObjectDeserializer<ShardStoreException.Builder> op)java.lang.StringtoString()java.lang.Stringtype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forShardStoreException
-
-
Method Details
-
of
public static ShardStoreException of(java.util.function.Function<ShardStoreException.Builder,ObjectBuilder<ShardStoreException>> fn) -
reason
public final java.lang.String reason()Required - API name:reason -
type
public final java.lang.String type()Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupShardStoreExceptionDeserializer
protected static void setupShardStoreExceptionDeserializer(ObjectDeserializer<ShardStoreException.Builder> op)
-