Class CommandOutputInner
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.CommandOutputInner
-
public final class CommandOutputInner extends Object
Response of /command api.
-
-
Constructor Summary
Constructors Constructor Description CommandOutputInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcommandOutput()Get the commandOutput property: Output of the command.voidvalidate()Validates the instance.CommandOutputInnerwithCommandOutput(String commandOutput)Set the commandOutput property: Output of the command.
-
-
-
Method Detail
-
commandOutput
public String commandOutput()
Get the commandOutput property: Output of the command.- Returns:
- the commandOutput value.
-
withCommandOutput
public CommandOutputInner withCommandOutput(String commandOutput)
Set the commandOutput property: Output of the command.- Parameters:
commandOutput- the commandOutput value to set.- Returns:
- the CommandOutputInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-