Class RemoveClusterServer
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.RemoveClusterServer
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RemoveClusterServer>
Json deserializer forRemoveClusterServer
-
Method Summary
Modifier and TypeMethodDescriptionRequired - API name:bound_address
static RemoveClusterServer
final String
Required - API name:publish_address
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
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRemoveClusterServer
-
-
Method Details
-
of
public static RemoveClusterServer of(Function<RemoveClusterServer.Builder, ObjectBuilder<RemoveClusterServer>> fn) -
boundAddress
Required - API name:bound_address
-
publishAddress
Required - API name:publish_address
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRemoveClusterServerDeserializer
protected static void setupRemoveClusterServerDeserializer(ObjectDeserializer<RemoveClusterServer.Builder> op)
-