Class WarmupResponse
java.lang.Object
org.opensearch.client.opensearch._types.ShardsOperationResponseBase
org.opensearch.client.opensearch.knn.WarmupResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<WarmupResponse.Builder,WarmupResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class WarmupResponse
extends ShardsOperationResponseBase
implements ToCopyableBuilder<WarmupResponse.Builder,WarmupResponse>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.ShardsOperationResponseBase
ShardsOperationResponseBase.AbstractBuilder<BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<WarmupResponse> Json deserializer forWarmupResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic WarmupResponse.Builderbuilder()booleaninthashCode()static WarmupResponseprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.ShardsOperationResponseBase
serialize, serializeInternal, setupShardsOperationResponseBaseDeserializer, shardsMethods 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 forWarmupResponse
-
-
Method Details
-
of
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<WarmupResponse.Builder,WarmupResponse> - Returns:
- a new builder instance.
-
builder
-
setupWarmupResponseDeserializer
protected static void setupWarmupResponseDeserializer(ObjectDeserializer<WarmupResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classShardsOperationResponseBase
-
equals
- Overrides:
equalsin classShardsOperationResponseBase
-