public class ContainerExecRequest extends Object
| Constructor and Description |
|---|
ContainerExecRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
command()
Get the command to be executed.
|
ContainerExecRequestTerminalSize |
terminalSize()
Get the size of the terminal.
|
ContainerExecRequest |
withCommand(String command)
Set the command to be executed.
|
ContainerExecRequest |
withTerminalSize(ContainerExecRequestTerminalSize terminalSize)
Set the size of the terminal.
|
public String command()
public ContainerExecRequest withCommand(String command)
command - the command value to setpublic ContainerExecRequestTerminalSize terminalSize()
public ContainerExecRequest withTerminalSize(ContainerExecRequestTerminalSize terminalSize)
terminalSize - the terminalSize value to setCopyright © 2019. All rights reserved.