Class AutoFollowPattern
java.lang.Object
co.elastic.clients.elasticsearch.ccr.get_auto_follow_pattern.AutoFollowPattern
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AutoFollowPattern>Json deserializer forAutoFollowPattern -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic AutoFollowPatternfinal AutoFollowPatternSummarypattern()Required - API name:patternvoidserialize(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 forAutoFollowPattern
-
-
Method Details
-
of
public static AutoFollowPattern of(Function<AutoFollowPattern.Builder, ObjectBuilder<AutoFollowPattern>> fn) -
name
Required - API name:name -
pattern
Required - API name:pattern -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAutoFollowPatternDeserializer
protected static void setupAutoFollowPatternDeserializer(ObjectDeserializer<AutoFollowPattern.Builder> op)
-