ContainerExecRequestTerminalSize Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. models. ContainerExecRequestTerminalSize
- com.
Implements
public final class ContainerExecRequestTerminalSize
implements JsonSerializable<ContainerExecRequestTerminalSize>
The size of the terminal.
Constructor | Description |
---|---|
Container |
Creates an instance of Container |
Modifier and Type | Method and Description |
---|---|
Integer |
cols()
Get the cols property: The column size of the terminal. |
static
Container |
from Reads an instance of Container |
Integer |
rows()
Get the rows property: The row size of the terminal. |
Json |
to |
void |
validate()
Validates the instance. |
Container |
with Set the cols property: The column size of the terminal. |
Container |
with Set the rows property: The row size of the terminal. |
Methods inherited from java.lang.Object
ContainerExecRequestTerminalSize
public ContainerExecRequestTerminalSize()
Creates an instance of ContainerExecRequestTerminalSize class.
cols
public Integer cols()
Get the cols property: The column size of the terminal.
Returns:
fromJson
public static ContainerExecRequestTerminalSize fromJson(JsonReader jsonReader)
Reads an instance of ContainerExecRequestTerminalSize from the JsonReader.
Parameters:
Returns:
Throws:
rows
public Integer rows()
Get the rows property: The row size of the terminal.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCols
public ContainerExecRequestTerminalSize withCols(Integer cols)
Set the cols property: The column size of the terminal.
Parameters:
Returns:
withRows
public ContainerExecRequestTerminalSize withRows(Integer rows)
Set the rows property: The row size of the terminal.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: