Class ExplainPolicyResponse
java.lang.Object
org.opensearch.client.opensearch.ism.ExplainPolicyResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ExplainPolicyResponse.Builder,ExplainPolicyResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ExplainPolicyResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ExplainPolicyResponse.Builder,ExplainPolicyResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExplainPolicyResponse> Json deserializer forExplainPolicyResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()final Map<String, ExplainPolicy> metadata()static ExplainPolicyResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final NumberThe total number of managed indices.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forExplainPolicyResponse
-
-
Method Details
-
of
public static ExplainPolicyResponse of(Function<ExplainPolicyResponse.Builder, ObjectBuilder<ExplainPolicyResponse>> fn) -
metadata
-
totalManagedIndices
The total number of managed indices.API name:
total_managed_indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExplainPolicyResponse.Builder,ExplainPolicyResponse> - Returns:
- a new builder instance.
-
builder
-
setupExplainPolicyResponseDeserializer
protected static void setupExplainPolicyResponseDeserializer(ObjectDeserializer<ExplainPolicyResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-