public class InspectContainerResponse.ContainerState extends DockerObject
Constructor and Description |
---|
ContainerState() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDead()
See
dead |
String |
getError()
See
error |
Integer |
getExitCode()
Deprecated.
|
Long |
getExitCodeLong()
See
exitCode |
String |
getFinishedAt()
See
finishedAt |
HealthState |
getHealth() |
Boolean |
getOOMKilled()
See
oomKilled |
Boolean |
getPaused()
See
paused |
Integer |
getPid()
Deprecated.
use
getPidLong() |
Long |
getPidLong()
See
pid |
Boolean |
getRestarting()
See
restarting |
Boolean |
getRunning()
See
running |
String |
getStartedAt()
See
startedAt |
String |
getStatus()
See
status |
getRawValues
@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
@Deprecated @CheckForNull public Integer getPid()
getPidLong()
pid
@CheckForNull public Long getPidLong()
pid
@Deprecated @CheckForNull public Integer getExitCode()
getExitCodeLong()
exitCode
@CheckForNull public Long getExitCodeLong()
exitCode
@CheckForNull public String getError()
error
@CheckForNull public String getStartedAt()
startedAt
@CheckForNull public String getFinishedAt()
finishedAt
public HealthState getHealth()
Copyright © 2021. All rights reserved.