Class UnassignedInformation
java.lang.Object
co.elastic.clients.elasticsearch.cluster.allocation_explain.UnassignedInformation
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class UnassignedInformation extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnassignedInformation.BuilderBuilder forUnassignedInformation. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UnassignedInformation>_DESERIALIZERJson deserializer forUnassignedInformation -
Constructor Summary
Constructors Constructor Description UnassignedInformation(UnassignedInformation.Builder builder)UnassignedInformation(java.util.function.Function<UnassignedInformation.Builder,UnassignedInformation.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringallocationStatus()API name:allocation_statusjava.lang.Stringat()Required - API name:atjava.lang.Booleandelayed()API name:delayedjava.lang.Stringdetails()API name:detailsjava.lang.IntegerfailedAllocationAttempts()API name:failed_allocation_attemptsjava.lang.StringlastAllocationStatus()API name:last_allocation_statusUnassignedInformationReasonreason()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 voidsetupUnassignedInformationDeserializer(DelegatingDeserializer<UnassignedInformation.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forUnassignedInformation
-
-
Constructor Details
-
UnassignedInformation
-
UnassignedInformation
public UnassignedInformation(java.util.function.Function<UnassignedInformation.Builder,UnassignedInformation.Builder> fn)
-
-
Method Details
-
at
public java.lang.String at()Required - API name:at -
lastAllocationStatus
@Nullable public java.lang.String lastAllocationStatus()API name:last_allocation_status -
reason
Required - API name:reason -
details
@Nullable public java.lang.String details()API name:details -
failedAllocationAttempts
@Nullable public java.lang.Integer failedAllocationAttempts()API name:failed_allocation_attempts -
delayed
@Nullable public java.lang.Boolean delayed()API name:delayed -
allocationStatus
@Nullable public java.lang.String allocationStatus()API name:allocation_status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupUnassignedInformationDeserializer
protected static void setupUnassignedInformationDeserializer(DelegatingDeserializer<UnassignedInformation.Builder> op)
-