Uses of Class
io.gs2.log.model.AccessLogCount
Packages that use AccessLogCount
-
Uses of AccessLogCount in io.gs2.log.model
Methods in io.gs2.log.model that return AccessLogCountModifier and TypeMethodDescriptionstatic AccessLogCountAccessLogCount.fromJson(com.fasterxml.jackson.databind.JsonNode data) AccessLogCount.withMethod(String method) AccessLogCount.withService(String service) AccessLogCount.withUserId(String userId) -
Uses of AccessLogCount in io.gs2.log.result
Methods in io.gs2.log.result that return types with arguments of type AccessLogCountMethod parameters in io.gs2.log.result with type arguments of type AccessLogCountModifier and TypeMethodDescriptionvoidCountAccessLogResult.setItems(List<AccessLogCount> items) CountAccessLogResult.withItems(List<AccessLogCount> items)