Documentation

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

Methods

getPid()

The system process ID for the exec process.

public getPid() : int|null
Return values
int|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

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

setRunning()

public setRunning(bool|null $running) : self
Parameters
$running : bool|null
Return values
self

Search results