Uses of Class
io.gs2.log.model.AccessLogWithTelemetry
Packages that use AccessLogWithTelemetry
-
Uses of AccessLogWithTelemetry in io.gs2.log.model
Methods in io.gs2.log.model that return AccessLogWithTelemetryModifier and TypeMethodDescriptionstatic AccessLogWithTelemetryAccessLogWithTelemetry.fromJson(com.fasterxml.jackson.databind.JsonNode data) AccessLogWithTelemetry.withDuration(Long duration) AccessLogWithTelemetry.withMethod(String method) AccessLogWithTelemetry.withRequest(String request) AccessLogWithTelemetry.withRequestId(String requestId) AccessLogWithTelemetry.withResult(String result) AccessLogWithTelemetry.withService(String service) AccessLogWithTelemetry.withSourceRequestId(String sourceRequestId) AccessLogWithTelemetry.withStatus(String status) AccessLogWithTelemetry.withTimestamp(Long timestamp) AccessLogWithTelemetry.withUserId(String userId) -
Uses of AccessLogWithTelemetry in io.gs2.log.result
Methods in io.gs2.log.result that return types with arguments of type AccessLogWithTelemetryMethod parameters in io.gs2.log.result with type arguments of type AccessLogWithTelemetryModifier and TypeMethodDescriptionvoidQueryAccessLogWithTelemetryResult.setItems(List<AccessLogWithTelemetry> items) QueryAccessLogWithTelemetryResult.withItems(List<AccessLogWithTelemetry> items)