Class PostResponse
java.lang.Object
co.elastic.clients.elasticsearch.connector.PostResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostResponse>Json deserializer forPostResponse
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringid()Required - API name:idstatic PostResponsefinal Resultresult()Required - API name:resultvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forPostResponse
 
- 
- 
Method Details- 
of
- 
resultRequired - API name:result
- 
idRequired - API name:id
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupPostResponseDeserializer
 
-