Class StateResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.StateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class StateResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStateResponse.BuilderBuilder forStateResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StateResponse>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description StateResponse(StateResponse.Builder builder)StateResponse(java.util.function.Function<StateResponse.Builder,StateResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description protected static JsonpDeserializer<StateResponse>createStateResponseDeserializer()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.JsonDatavalueBody()Required - Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
StateResponse
-
StateResponse
-
-
Method Details
-
valueBody
Required - Response value.API name:
_value_body -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
createStateResponseDeserializer
-