Class ShardFailure
java.lang.Object
co.elastic.clients.elasticsearch._types.ShardFailure
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ShardFailure extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardFailure.BuilderBuilder forShardFailure. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardFailure>_DESERIALIZERJson deserializer forShardFailure -
Method Summary
Modifier and Type Method Description java.lang.Stringindex()API name:indexjava.lang.Stringnode()API name:nodestatic ShardFailureof(java.util.function.Function<ShardFailure.Builder,ObjectBuilder<ShardFailure>> fn)ErrorCausereason()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 voidsetupShardFailureDeserializer(ObjectDeserializer<ShardFailure.Builder> op)intshard()Required - API name:shardjava.lang.Stringstatus()API name:statusjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forShardFailure
-
-
Method Details
-
of
public static ShardFailure of(java.util.function.Function<ShardFailure.Builder,ObjectBuilder<ShardFailure>> fn) -
index
@Nullable public final java.lang.String index()API name:index -
node
@Nullable public final java.lang.String node()API name:node -
reason
Required - API name:reason -
shard
public final int shard()Required - API name:shard -
status
@Nullable public final java.lang.String status()API name:status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupShardFailureDeserializer
-