public class ServiceUpdateStatus extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ServiceUpdateStatus() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCompletedAt() |
String |
getMessage() |
Date |
getStartedAt() |
ServiceUpdateState |
getState() |
ServiceUpdateStatus |
withCompletedAt(Date completedAt) |
ServiceUpdateStatus |
withMessage(String message) |
ServiceUpdateStatus |
withStartedAt(Date startedAt) |
ServiceUpdateStatus |
withState(ServiceUpdateState state) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public ServiceUpdateState getState()
statepublic ServiceUpdateStatus withState(ServiceUpdateState state)
state@CheckForNull public Date getStartedAt()
startedAtpublic ServiceUpdateStatus withStartedAt(Date startedAt)
startedAt@CheckForNull public Date getCompletedAt()
completedAtpublic ServiceUpdateStatus withCompletedAt(Date completedAt)
completedAt@CheckForNull public String getMessage()
messagepublic ServiceUpdateStatus withMessage(String message)
messageCopyright © 2025. All rights reserved.