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 |
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()
finishedAt
Copyright © 2016. All Rights Reserved.