Class GetLicenseResponse
java.lang.Object
co.elastic.clients.elasticsearch.license.GetLicenseResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetLicenseResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetLicenseResponse.BuilderBuilder forGetLicenseResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetLicenseResponse>_DESERIALIZERJson deserializer forGetLicenseResponse -
Method Summary
Modifier and Type Method Description LicenseInformationlicense()Required - API name:licensestatic GetLicenseResponseof(java.util.function.Function<GetLicenseResponse.Builder,ObjectBuilder<GetLicenseResponse>> 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 voidsetupGetLicenseResponseDeserializer(ObjectDeserializer<GetLicenseResponse.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 forGetLicenseResponse
-
-
Method Details
-
of
public static GetLicenseResponse of(java.util.function.Function<GetLicenseResponse.Builder,ObjectBuilder<GetLicenseResponse>> fn) -
license
Required - API name:license -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGetLicenseResponseDeserializer
protected static void setupGetLicenseResponseDeserializer(ObjectDeserializer<GetLicenseResponse.Builder> op)
-