Class GetLicenseResponse
java.lang.Object
co.elastic.clients.elasticsearch.license.GetLicenseResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GetLicenseResponse extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description GetLicenseResponse(GetLicenseResponse.Builder builder)GetLicenseResponse(java.util.function.Function<GetLicenseResponse.Builder,GetLicenseResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description LicenseInformationlicense()Required - API name:licensevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGetLicenseResponseDeserializer(DelegatingDeserializer<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
-
-
Constructor Details
-
GetLicenseResponse
-
GetLicenseResponse
public GetLicenseResponse(java.util.function.Function<GetLicenseResponse.Builder,GetLicenseResponse.Builder> fn)
-
-
Method Details
-
license
Required - API name:license -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGetLicenseResponseDeserializer
protected static void setupGetLicenseResponseDeserializer(DelegatingDeserializer<GetLicenseResponse.Builder> op)
-