public class ContainerExecRequestTerminalSize extends Object
Constructor and Description |
---|
ContainerExecRequestTerminalSize() |
Modifier and Type | Method and Description |
---|---|
Integer |
cols()
Get the column size of the terminal.
|
Integer |
rows()
Get the row size of the terminal.
|
ContainerExecRequestTerminalSize |
withCols(Integer cols)
Set the column size of the terminal.
|
ContainerExecRequestTerminalSize |
withRows(Integer rows)
Set the row size of the terminal.
|
public Integer rows()
public ContainerExecRequestTerminalSize withRows(Integer rows)
rows
- the rows value to setpublic Integer cols()
public ContainerExecRequestTerminalSize withCols(Integer cols)
cols
- the cols value to setCopyright © 2019. All rights reserved.