Class XpackInfoResponse
java.lang.Object
co.elastic.clients.elasticsearch.xpack.XpackInfoResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class XpackInfoResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXpackInfoResponse.BuilderBuilder forXpackInfoResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<XpackInfoResponse>_DESERIALIZERJson deserializer forXpackInfoResponse -
Method Summary
Modifier and Type Method Description BuildInformationbuild()Required - API name:buildFeaturesfeatures()Required - API name:featuresMinimalLicenseInformationlicense()Required - API name:licensestatic XpackInfoResponseof(java.util.function.Function<XpackInfoResponse.Builder,ObjectBuilder<XpackInfoResponse>> 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 voidsetupXpackInfoResponseDeserializer(ObjectDeserializer<XpackInfoResponse.Builder> op)java.lang.Stringtagline()Required - API name:taglineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forXpackInfoResponse
-
-
Method Details
-
of
public static XpackInfoResponse of(java.util.function.Function<XpackInfoResponse.Builder,ObjectBuilder<XpackInfoResponse>> fn) -
build
Required - API name:build -
features
Required - API name:features -
license
Required - API name:license -
tagline
public final java.lang.String tagline()Required - API name:tagline -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupXpackInfoResponseDeserializer
protected static void setupXpackInfoResponseDeserializer(ObjectDeserializer<XpackInfoResponse.Builder> op)
-