public class InspectExecResponse extends Object
Modifier and Type | Class and Description |
---|---|
class |
InspectExecResponse.ProcessConfig |
Constructor and Description |
---|
InspectExecResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
String |
getId() |
boolean |
isOpenStderr() |
boolean |
isOpenStdin() |
boolean |
isOpenStdout() |
boolean |
isRunning() |
String |
toString() |
public String getId()
public boolean isOpenStdin()
public boolean isOpenStderr()
public boolean isOpenStdout()
public boolean isRunning()
public int getExitCode()
Copyright © 2015. All Rights Reserved.