public class ServiceUpdateStatus extends Object 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) |
public static final long serialVersionUID
@CheckForNull public ServiceUpdateState getState()
state
public ServiceUpdateStatus withState(ServiceUpdateState state)
state
@CheckForNull public Date getStartedAt()
startedAt
public ServiceUpdateStatus withStartedAt(Date startedAt)
startedAt
@CheckForNull public Date getCompletedAt()
completedAt
public ServiceUpdateStatus withCompletedAt(Date completedAt)
completedAt
@CheckForNull public String getMessage()
message
public ServiceUpdateStatus withMessage(String message)
message
Copyright © 2020. All rights reserved.