| Package | Description |
|---|---|
| io.gs2.log.domain.iterator | |
| io.gs2.log.domain.model | |
| io.gs2.log.model | |
| io.gs2.log.result |
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
QueryAccessLogIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AccessLog> |
QueryAccessLogIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
AccessLogDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static AccessLog |
AccessLog.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
AccessLog |
AccessLog.withMethod(String method) |
AccessLog |
AccessLog.withRequest(String request) |
AccessLog |
AccessLog.withRequestId(String requestId) |
AccessLog |
AccessLog.withResult(String result) |
AccessLog |
AccessLog.withService(String service) |
AccessLog |
AccessLog.withTimestamp(Long timestamp) |
AccessLog |
AccessLog.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessLog> |
QueryAccessLogResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryAccessLogResult.setItems(List<AccessLog> items) |
QueryAccessLogResult |
QueryAccessLogResult.withItems(List<AccessLog> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.