public class InspectContainerResponse.ContainerState
extends java.lang.Object
Constructor and Description |
---|
ContainerState() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getDead()
See
dead |
java.lang.String |
getError()
See
error |
java.lang.Integer |
getExitCode()
Deprecated.
|
java.lang.Long |
getExitCodeLong()
See
exitCode |
java.lang.String |
getFinishedAt()
See
finishedAt |
HealthState |
getHealth() |
java.lang.Boolean |
getOOMKilled()
See
oomKilled |
java.lang.Boolean |
getPaused()
See
paused |
java.lang.Integer |
getPid()
Deprecated.
use
getPidLong() |
java.lang.Long |
getPidLong()
See
pid |
java.lang.Boolean |
getRestarting()
See
restarting |
java.lang.Boolean |
getRunning()
See
running |
java.lang.String |
getStartedAt()
See
startedAt |
java.lang.String |
getStatus()
See
status |
@CheckForNull public java.lang.String getStatus()
status
@CheckForNull public java.lang.Boolean getRunning()
running
@CheckForNull public java.lang.Boolean getPaused()
paused
@CheckForNull public java.lang.Boolean getRestarting()
restarting
@CheckForNull public java.lang.Boolean getOOMKilled()
oomKilled
@CheckForNull public java.lang.Boolean getDead()
dead
@Deprecated @CheckForNull public java.lang.Integer getPid()
getPidLong()
pid
@CheckForNull public java.lang.Long getPidLong()
pid
@Deprecated @CheckForNull public java.lang.Integer getExitCode()
getExitCodeLong()
exitCode
@CheckForNull public java.lang.Long getExitCodeLong()
exitCode
@CheckForNull public java.lang.String getError()
error
@CheckForNull public java.lang.String getStartedAt()
startedAt
@CheckForNull public java.lang.String getFinishedAt()
finishedAt
public HealthState getHealth()
Copyright © 2020. All Rights Reserved.