public class InspectContainerResponse.ContainerState extends Object
| Constructor and Description |
|---|
ContainerState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getDead()
See
dead |
String |
getError()
See
error |
Integer |
getExitCode()
See
exitCode |
String |
getFinishedAt()
See
finishedAt |
HealthState |
getHealth() |
Boolean |
getOOMKilled()
See
oomKilled |
Boolean |
getPaused()
See
paused |
Integer |
getPid()
See
pid |
Boolean |
getRestarting()
See
restarting |
Boolean |
getRunning()
See
running |
String |
getStartedAt()
See
startedAt |
String |
getStatus()
See
status |
int |
hashCode() |
String |
toString() |
@CheckForNull public String getStatus()
status@CheckForNull public Boolean getRunning()
running@CheckForNull public Boolean getPaused()
paused@CheckForNull public Boolean getRestarting()
restarting@CheckForNull public Boolean getOOMKilled()
oomKilled@CheckForNull public Boolean getDead()
dead@CheckForNull public Integer getPid()
pid@CheckForNull public Integer getExitCode()
exitCode@CheckForNull public String getError()
error@CheckForNull public String getStartedAt()
startedAt@CheckForNull public String getFinishedAt()
finishedAtpublic HealthState getHealth()
Copyright © 2017. All Rights Reserved.