Class StateResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.StateResponse
-
- All Implemented Interfaces:
JsonpSerializable
,PlainJsonSerializable
@JsonpDeserializable public class StateResponse extends java.lang.Object implements PlainJsonSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StateResponse.Builder
Builder forStateResponse
.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StateResponse>
_DESERIALIZER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static JsonpDeserializer<StateResponse>
createStateResponseDeserializer()
static StateResponse
of(java.util.function.Function<StateResponse.Builder,ObjectBuilder<StateResponse>> fn)
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this value to JSON.JsonData
valueBody()
Required - Response value.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<StateResponse> _DESERIALIZER
-
-
Method Detail
-
of
public static StateResponse of(java.util.function.Function<StateResponse.Builder,ObjectBuilder<StateResponse>> fn)
-
valueBody
public final JsonData valueBody()
Required - Response value.API name:
_value_body
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this value to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
createStateResponseDeserializer
protected static JsonpDeserializer<StateResponse> createStateResponseDeserializer()
-
-