Class FollowResponse
java.lang.Object
co.elastic.clients.elasticsearch.ccr.FollowResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FollowResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowResponse.BuilderBuilder forFollowResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FollowResponse>_DESERIALIZERJson deserializer forFollowResponse -
Method Summary
Modifier and Type Method Description booleanfollowIndexCreated()Required - API name:follow_index_createdbooleanfollowIndexShardsAcked()Required - API name:follow_index_shards_ackedbooleanindexFollowingStarted()Required - API name:index_following_startedstatic FollowResponseof(java.util.function.Function<FollowResponse.Builder,ObjectBuilder<FollowResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFollowResponseDeserializer(ObjectDeserializer<FollowResponse.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFollowResponse
-
-
Method Details
-
of
public static FollowResponse of(java.util.function.Function<FollowResponse.Builder,ObjectBuilder<FollowResponse>> fn) -
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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupFollowResponseDeserializer
protected static void setupFollowResponseDeserializer(ObjectDeserializer<FollowResponse.Builder> op)
-