Class FollowResponse
java.lang.Object
co.elastic.clients.elasticsearch.ccr.FollowResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FollowResponse>Json deserializer forFollowResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - API name:follow_index_createdfinal booleanRequired - API name:follow_index_shards_ackedfinal booleanRequired - API name:index_following_startedstatic FollowResponsevoidserialize(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
-
_DESERIALIZER
Json deserializer forFollowResponse
-
-
Method Details
-
of
-
followIndexCreated
public final boolean followIndexCreated()Required - API name:follow_index_created -
followIndexShardsAcked
public final boolean followIndexShardsAcked()Required - API name:follow_index_shards_acked -
indexFollowingStarted
public final boolean indexFollowingStarted()Required - API name:index_following_started -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFollowResponseDeserializer
protected static void setupFollowResponseDeserializer(ObjectDeserializer<FollowResponse.Builder> op)
-