@Value.Immutable
public interface RestSessionAttempt
| Modifier and Type | Method and Description |
|---|---|
static io.digdag.client.api.ImmutableRestSessionAttempt.Builder |
builder() |
boolean |
getCancelRequested() |
java.time.Instant |
getCreatedAt() |
boolean |
getDone() |
com.google.common.base.Optional<java.time.Instant> |
getFinishedAt() |
Id |
getId() |
default int |
getIndex() |
Config |
getParams() |
IdAndName |
getProject() |
com.google.common.base.Optional<java.lang.String> |
getRetryAttemptName() |
Id |
getSessionId() |
java.time.OffsetDateTime |
getSessionTime() |
java.util.UUID |
getSessionUuid() |
boolean |
getSuccess() |
NameOptionalId |
getWorkflow() |
Id getId()
@Value.Default default int getIndex()
IdAndName getProject()
NameOptionalId getWorkflow()
Id getSessionId()
java.util.UUID getSessionUuid()
java.time.OffsetDateTime getSessionTime()
com.google.common.base.Optional<java.lang.String> getRetryAttemptName()
boolean getDone()
boolean getSuccess()
boolean getCancelRequested()
Config getParams()
java.time.Instant getCreatedAt()
com.google.common.base.Optional<java.time.Instant> getFinishedAt()
static io.digdag.client.api.ImmutableRestSessionAttempt.Builder builder()