Class GetComponentTemplateResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.GetComponentTemplateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetComponentTemplateResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetComponentTemplateResponse.BuilderBuilder forGetComponentTemplateResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetComponentTemplateResponse>_DESERIALIZERJson deserializer forGetComponentTemplateResponse -
Method Summary
Modifier and Type Method Description java.util.List<ComponentTemplate>componentTemplates()Required - API name:component_templatesstatic GetComponentTemplateResponseof(java.util.function.Function<GetComponentTemplateResponse.Builder,ObjectBuilder<GetComponentTemplateResponse>> 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 voidsetupGetComponentTemplateResponseDeserializer(ObjectDeserializer<GetComponentTemplateResponse.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 forGetComponentTemplateResponse
-
-
Method Details
-
of
public static GetComponentTemplateResponse of(java.util.function.Function<GetComponentTemplateResponse.Builder,ObjectBuilder<GetComponentTemplateResponse>> fn) -
componentTemplates
Required - API name:component_templates -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGetComponentTemplateResponseDeserializer
protected static void setupGetComponentTemplateResponseDeserializer(ObjectDeserializer<GetComponentTemplateResponse.Builder> op)
-