Class DeleteAgentResponse
- java.lang.Object
-
- org.opensearch.client.opensearch._types.WriteResponseBase
-
- org.opensearch.client.opensearch.ml.DeleteAgentResponse
-
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class DeleteAgentResponse extends WriteResponseBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteAgentResponse.BuilderBuilder forDeleteAgentResponse.-
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<DeleteAgentResponse>_DESERIALIZERJson deserializer forDeleteAgentResponse
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()static DeleteAgentResponseof(java.util.function.Function<DeleteAgentResponse.Builder,ObjectBuilder<DeleteAgentResponse>> fn)protected static voidsetupDeleteAgentResponseDeserializer(ObjectDeserializer<DeleteAgentResponse.Builder> op)-
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
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<DeleteAgentResponse> _DESERIALIZER
Json deserializer forDeleteAgentResponse
-
-
Method Detail
-
of
public static DeleteAgentResponse of(java.util.function.Function<DeleteAgentResponse.Builder,ObjectBuilder<DeleteAgentResponse>> fn)
-
setupDeleteAgentResponseDeserializer
protected static void setupDeleteAgentResponseDeserializer(ObjectDeserializer<DeleteAgentResponse.Builder> op)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWriteResponseBase
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classWriteResponseBase
-
-