Class StateResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.StateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class StateResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description protected static JsonpDeserializer<StateResponse>createStateResponseDeserializer()static StateResponseof(java.util.function.Function<StateResponse.Builder,ObjectBuilder<StateResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.java.lang.StringtoString()JsonDatavalueBody()Required - Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static StateResponse of(java.util.function.Function<StateResponse.Builder,ObjectBuilder<StateResponse>> fn) -
valueBody
Required - Response value. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
createStateResponseDeserializer
-