@Value.Immutable
public static interface RestSession.Attempt
| Modifier and Type | Method and Description |
|---|---|
static io.digdag.client.api.ImmutableRestSession.Attempt.Builder |
builder() |
boolean |
getCancelRequested() |
java.time.Instant |
getCreatedAt() |
boolean |
getDone() |
com.google.common.base.Optional<java.time.Instant> |
getFinishedAt() |
Id |
getId() |
Config |
getParams() |
com.google.common.base.Optional<java.lang.String> |
getRetryAttemptName() |
boolean |
getSuccess() |
Id getId()
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.ImmutableRestSession.Attempt.Builder builder()