public class InspectExecResponse extends DockerObject
Modifier and Type | Class and Description |
---|---|
class |
InspectExecResponse.Container |
class |
InspectExecResponse.ProcessConfig |
Constructor and Description |
---|
InspectExecResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanRemove() |
InspectExecResponse.Container |
getContainer()
Deprecated.
|
String |
getContainerID() |
String |
getDetachKeys() |
Integer |
getExitCode()
Deprecated.
|
Long |
getExitCodeLong() |
String |
getId() |
Integer |
getPid()
Deprecated.
use
getPidLong() |
Long |
getPidLong() |
InspectExecResponse.ProcessConfig |
getProcessConfig() |
Boolean |
isOpenStderr() |
Boolean |
isOpenStdin() |
Boolean |
isOpenStdout() |
Boolean |
isRunning() |
getRawValues
public String getId()
public Boolean isOpenStdin()
public Boolean isOpenStderr()
public Boolean isOpenStdout()
public Boolean isRunning()
@Deprecated public Integer getExitCode()
getExitCodeLong()
public Long getExitCodeLong()
public InspectExecResponse.ProcessConfig getProcessConfig()
@Deprecated public InspectExecResponse.Container getContainer()
container
@CheckForNull public Boolean getCanRemove()
canRemove
@CheckForNull public String getContainerID()
containerID
@CheckForNull public String getDetachKeys()
detachKeys
@CheckForNull @Deprecated public Integer getPid()
getPidLong()
pid
@CheckForNull public Long getPidLong()
pid
Copyright © 2023. All rights reserved.