public class ContainerExecRequestTerminalSize extends Object
| Constructor and Description |
|---|
ContainerExecRequestTerminalSize() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
column()
Get the column value.
|
Integer |
row()
Get the row value.
|
ContainerExecRequestTerminalSize |
withColumn(Integer column)
Set the column value.
|
ContainerExecRequestTerminalSize |
withRow(Integer row)
Set the row value.
|
public Integer row()
public ContainerExecRequestTerminalSize withRow(Integer row)
row - the row value to setpublic Integer column()
public ContainerExecRequestTerminalSize withColumn(Integer column)
column - the column value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/