@Value.Immutable
@Value.Enclosing
public interface RestSession
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RestSession.Attempt |
| Modifier and Type | Method and Description |
|---|---|
static io.digdag.client.api.ImmutableRestSession.Builder |
builder() |
Id |
getId() |
com.google.common.base.Optional<RestSession.Attempt> |
getLastAttempt() |
IdAndName |
getProject() |
java.time.OffsetDateTime |
getSessionTime() |
java.util.UUID |
getSessionUuid() |
NameOptionalId |
getWorkflow() |
Id getId()
IdAndName getProject()
NameOptionalId getWorkflow()
java.util.UUID getSessionUuid()
java.time.OffsetDateTime getSessionTime()
com.google.common.base.Optional<RestSession.Attempt> getLastAttempt()
static io.digdag.client.api.ImmutableRestSession.Builder builder()