Class ActionTimeout
java.lang.Object
org.opensearch.client.opensearch.ism.ActionTimeout
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ActionTimeout.Builder,ActionTimeout>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ActionTimeout
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ActionTimeout.Builder,ActionTimeout>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ActionTimeout> Json deserializer forActionTimeout -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionTimeout.Builderbuilder()booleaninthashCode()static ActionTimeoutvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtimeout()The timeout configuration for the action.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.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 forActionTimeout
-
-
Method Details
-
of
-
timeout
The timeout configuration for the action.API name:
timeout -
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<ActionTimeout.Builder,ActionTimeout> - Returns:
- a new builder instance.
-
builder
-
setupActionTimeoutDeserializer
-
hashCode
public int hashCode() -
equals
-