ExecIdJsonGetResponse200
Table of Contents
- $canRemove : bool|null
- $containerID : string|null
- $detachKeys : string|null
- $exitCode : int|null
- $iD : string|null
- $openStderr : bool|null
- $openStdin : bool|null
- $openStdout : bool|null
- $pid : int|null
- The system process ID for the exec process.
- $processConfig : ProcessConfig|null
- $running : bool|null
- getCanRemove() : bool|null
- getContainerID() : string|null
- getDetachKeys() : string|null
- getExitCode() : int|null
- getID() : string|null
- getOpenStderr() : bool|null
- getOpenStdin() : bool|null
- getOpenStdout() : bool|null
- getPid() : int|null
- The system process ID for the exec process.
- getProcessConfig() : ProcessConfig|null
- getRunning() : bool|null
- setCanRemove() : self
- setContainerID() : self
- setDetachKeys() : self
- setExitCode() : self
- setID() : self
- setOpenStderr() : self
- setOpenStdin() : self
- setOpenStdout() : self
- setPid() : self
- The system process ID for the exec process.
- setProcessConfig() : self
- setRunning() : self
Properties
$canRemove
protected
bool|null
$canRemove
$containerID
protected
string|null
$containerID
$detachKeys
protected
string|null
$detachKeys
$exitCode
protected
int|null
$exitCode
$iD
protected
string|null
$iD
$openStderr
protected
bool|null
$openStderr
$openStdin
protected
bool|null
$openStdin
$openStdout
protected
bool|null
$openStdout
$pid
The system process ID for the exec process.
protected
int|null
$pid
$processConfig
protected
ProcessConfig|null
$processConfig
$running
protected
bool|null
$running
Methods
getCanRemove()
public
getCanRemove() : bool|null
Return values
bool|null —getContainerID()
public
getContainerID() : string|null
Return values
string|null —getDetachKeys()
public
getDetachKeys() : string|null
Return values
string|null —getExitCode()
public
getExitCode() : int|null
Return values
int|null —getID()
public
getID() : string|null
Return values
string|null —getOpenStderr()
public
getOpenStderr() : bool|null
Return values
bool|null —getOpenStdin()
public
getOpenStdin() : bool|null
Return values
bool|null —getOpenStdout()
public
getOpenStdout() : bool|null
Return values
bool|null —getPid()
The system process ID for the exec process.
public
getPid() : int|null
Return values
int|null —getProcessConfig()
public
getProcessConfig() : ProcessConfig|null
Return values
ProcessConfig|null —getRunning()
public
getRunning() : bool|null
Return values
bool|null —setCanRemove()
public
setCanRemove(bool|null $canRemove) : self
Parameters
- $canRemove : bool|null
Return values
self —setContainerID()
public
setContainerID(string|null $containerID) : self
Parameters
- $containerID : string|null
Return values
self —setDetachKeys()
public
setDetachKeys(string|null $detachKeys) : self
Parameters
- $detachKeys : string|null
Return values
self —setExitCode()
public
setExitCode(int|null $exitCode) : self
Parameters
- $exitCode : int|null
Return values
self —setID()
public
setID(string|null $iD) : self
Parameters
- $iD : string|null
Return values
self —setOpenStderr()
public
setOpenStderr(bool|null $openStderr) : self
Parameters
- $openStderr : bool|null
Return values
self —setOpenStdin()
public
setOpenStdin(bool|null $openStdin) : self
Parameters
- $openStdin : bool|null
Return values
self —setOpenStdout()
public
setOpenStdout(bool|null $openStdout) : self
Parameters
- $openStdout : bool|null
Return values
self —setPid()
The system process ID for the exec process.
public
setPid(int|null $pid) : self
Parameters
- $pid : int|null
Return values
self —setProcessConfig()
public
setProcessConfig(ProcessConfig|null $processConfig) : self
Parameters
- $processConfig : ProcessConfig|null
Return values
self —setRunning()
public
setRunning(bool|null $running) : self
Parameters
- $running : bool|null