Class AutoFollowPattern
java.lang.Object
co.elastic.clients.elasticsearch.ccr.get_auto_follow_pattern.AutoFollowPattern
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class AutoFollowPattern extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoFollowPattern.Builder
Builder forAutoFollowPattern
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AutoFollowPattern>
_DESERIALIZER
Json deserializer forAutoFollowPattern
-
Constructor Summary
Constructors Constructor Description AutoFollowPattern(AutoFollowPattern.Builder builder)
AutoFollowPattern(java.util.function.Function<AutoFollowPattern.Builder,AutoFollowPattern.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
name()
Required - API name:name
AutoFollowPatternSummary
pattern()
Required - API name:pattern
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupAutoFollowPatternDeserializer(DelegatingDeserializer<AutoFollowPattern.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAutoFollowPattern
-
-
Constructor Details
-
AutoFollowPattern
-
AutoFollowPattern
public AutoFollowPattern(java.util.function.Function<AutoFollowPattern.Builder,AutoFollowPattern.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()Required - API name:name
-
pattern
Required - API name:pattern
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupAutoFollowPatternDeserializer
protected static void setupAutoFollowPatternDeserializer(DelegatingDeserializer<AutoFollowPattern.Builder> op)
-