| Package | Description |
|---|---|
| io.gs2.jobQueue.domain.model | |
| io.gs2.jobQueue.model |
| Modifier and Type | Method and Description |
|---|---|
JobResult |
JobResultDomain.model() |
JobResult |
JobResultAccessTokenDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static JobResult |
JobResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
JobResult |
JobResult.withJobId(String jobId) |
JobResult |
JobResult.withJobResultId(String jobResultId) |
JobResult |
JobResult.withResult(String result) |
JobResult |
JobResult.withStatusCode(Integer statusCode) |
JobResult |
JobResult.withTryAt(Long tryAt) |
JobResult |
JobResult.withTryNumber(Integer tryNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
JobResult.compareTo(JobResult o) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.