Class GetBehavioralAnalyticsResponse
java.lang.Object
co.elastic.clients.elasticsearch.search_application.GetBehavioralAnalyticsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetBehavioralAnalyticsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,AnalyticsCollection> Required - Response value.protected static JsonpDeserializer<GetBehavioralAnalyticsResponse>final AnalyticsCollectionGet an element ofanalytics.of(Function<GetBehavioralAnalyticsResponse.Builder, ObjectBuilder<GetBehavioralAnalyticsResponse>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
-
analytics
Required - Response value. -
get
Get an element ofanalytics. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toString
-
createGetBehavioralAnalyticsResponseDeserializer
protected static JsonpDeserializer<GetBehavioralAnalyticsResponse> createGetBehavioralAnalyticsResponseDeserializer()
-