Class GetLicenseResponse
java.lang.Object
co.elastic.clients.elasticsearch.license.GetLicenseResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetLicenseResponse>Json deserializer forGetLicenseResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal LicenseInformationlicense()Required - API name:licensestatic GetLicenseResponsevoidserialize(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 forGetLicenseResponse
-
-
Method Details
-
of
public static GetLicenseResponse of(Function<GetLicenseResponse.Builder, ObjectBuilder<GetLicenseResponse>> fn) -
license
Required - API name:license -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetLicenseResponseDeserializer
protected static void setupGetLicenseResponseDeserializer(ObjectDeserializer<GetLicenseResponse.Builder> op)
-