public final class ContainerExecRequestTerminalSize extends Object
| Constructor and Description |
|---|
ContainerExecRequestTerminalSize() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cols()
Get the cols property: The column size of the terminal.
|
Integer |
rows()
Get the rows property: The row size of the terminal.
|
void |
validate()
Validates the instance.
|
ContainerExecRequestTerminalSize |
withCols(Integer cols)
Set the cols property: The column size of the terminal.
|
ContainerExecRequestTerminalSize |
withRows(Integer rows)
Set the rows property: The row size of the terminal.
|
public Integer rows()
public ContainerExecRequestTerminalSize withRows(Integer rows)
rows - the rows value to set.public Integer cols()
public ContainerExecRequestTerminalSize withCols(Integer cols)
cols - the cols value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.