Class UpdateMessageResponse
- java.lang.Object
-
- org.opensearch.client.opensearch._types.WriteResponseBase
-
- org.opensearch.client.opensearch.ml.UpdateMessageResponse
-
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<UpdateMessageResponse.Builder,UpdateMessageResponse>
@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class UpdateMessageResponse extends WriteResponseBase implements ToCopyableBuilder<UpdateMessageResponse.Builder,UpdateMessageResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateMessageResponse.BuilderBuilder forUpdateMessageResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.WriteResponseBase
WriteResponseBase.AbstractBuilder<BuilderT extends WriteResponseBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UpdateMessageResponse>_DESERIALIZERJson deserializer forUpdateMessageResponse
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateMessageResponse.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()static UpdateMessageResponseof(java.util.function.Function<UpdateMessageResponse.Builder,ObjectBuilder<UpdateMessageResponse>> fn)protected static voidsetupUpdateMessageResponseDeserializer(ObjectDeserializer<UpdateMessageResponse.Builder> op)UpdateMessageResponse.BuildertoBuilder()Create a new builderToCopyableBuilderthat is initialised with the current state of this object.-
Methods inherited from class org.opensearch.client.opensearch._types.WriteResponseBase
forcedRefresh, id, index, primaryTerm, result, seqNo, serialize, serializeInternal, setupWriteResponseBaseDeserializer, shards, version
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Methods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<UpdateMessageResponse> _DESERIALIZER
Json deserializer forUpdateMessageResponse
-
-
Method Detail
-
of
public static UpdateMessageResponse of(java.util.function.Function<UpdateMessageResponse.Builder,ObjectBuilder<UpdateMessageResponse>> fn)
-
toBuilder
@Nonnull public UpdateMessageResponse.Builder toBuilder()
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateMessageResponse.Builder,UpdateMessageResponse>- Returns:
- a new builder instance.
-
builder
@Nonnull public static UpdateMessageResponse.Builder builder()
-
setupUpdateMessageResponseDeserializer
protected static void setupUpdateMessageResponseDeserializer(ObjectDeserializer<UpdateMessageResponse.Builder> op)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWriteResponseBase
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classWriteResponseBase
-
-