Class UndeployModelResponse
- java.lang.Object
-
- org.opensearch.client.transport.endpoints.DictionaryResponse<java.lang.String,UndeployModelNode>
-
- org.opensearch.client.opensearch.ml.UndeployModelResponse
-
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class UndeployModelResponse extends DictionaryResponse<java.lang.String,UndeployModelNode>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUndeployModelResponse.BuilderBuilder forUndeployModelResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UndeployModelResponse>_DESERIALIZERJson deserializer forUndeployModelResponse
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UndeployModelResponseof(java.util.function.Function<UndeployModelResponse.Builder,ObjectBuilder<UndeployModelResponse>> fn)protected static voidsetupUndeployModelResponseDeserializer(ObjectDeserializer<UndeployModelResponse.Builder> op)-
Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
equals, get, hashCode, result, serialize, serializeInternal, setupDictionaryResponseDeserializer
-
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<UndeployModelResponse> _DESERIALIZER
Json deserializer forUndeployModelResponse
-
-
Method Detail
-
of
public static UndeployModelResponse of(java.util.function.Function<UndeployModelResponse.Builder,ObjectBuilder<UndeployModelResponse>> fn)
-
setupUndeployModelResponseDeserializer
protected static void setupUndeployModelResponseDeserializer(ObjectDeserializer<UndeployModelResponse.Builder> op)
-
-