ContainerExecRequestTerminalSize Class

  • java.lang.Object
    • com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize

public class ContainerExecRequestTerminalSize

The size of the terminal.

Constructor Summary

Constructor Description
ContainerExecRequestTerminalSize()

Method Summary

Modifier and Type Method and Description
java.lang.Integer cols()

Get the column size of the terminal.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ContainerExecRequestTerminalSize

public ContainerExecRequestTerminalSize()

Method Details

cols

public Integer cols()

Get the column size of the terminal.

Returns:

the cols value

rows

public Integer rows()

Get the row size of the terminal.

Returns:

the rows value

withCols

public ContainerExecRequestTerminalSize withCols(Integer cols)

Set the column size of the terminal.

Parameters:

cols - the cols value to set

Returns:

the ContainerExecRequestTerminalSize object itself.

withRows

public ContainerExecRequestTerminalSize withRows(Integer rows)

Set the row size of the terminal.

Parameters:

rows - the rows value to set

Returns:

the ContainerExecRequestTerminalSize object itself.

Applies to