Class UnassignedInformation
java.lang.Object
co.elastic.clients.elasticsearch.cluster.allocation_explain.UnassignedInformation
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class UnassignedInformation extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
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_statusstatic UnassignedInformationof(java.util.function.Function<UnassignedInformation.Builder,ObjectBuilder<UnassignedInformation>> fn)UnassignedInformationReasonreason()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(ObjectDeserializer<UnassignedInformation.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forUnassignedInformation
-
-
Method Details
-
of
public static UnassignedInformation of(java.util.function.Function<UnassignedInformation.Builder,ObjectBuilder<UnassignedInformation>> fn) -
at
public final java.lang.String at()Required - API name:at -
lastAllocationStatus
@Nullable public final java.lang.String lastAllocationStatus()API name:last_allocation_status -
reason
Required - API name:reason -
details
@Nullable public final java.lang.String details()API name:details -
failedAllocationAttempts
@Nullable public final java.lang.Integer failedAllocationAttempts()API name:failed_allocation_attempts -
delayed
@Nullable public final java.lang.Boolean delayed()API name:delayed -
allocationStatus
@Nullable public final java.lang.String allocationStatus()API name:allocation_status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupUnassignedInformationDeserializer
protected static void setupUnassignedInformationDeserializer(ObjectDeserializer<UnassignedInformation.Builder> op)
-