Class CommandOutputInner
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.CommandOutputInner
Response of /command api.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the commandOutput property: Output of the command.voidvalidate()Validates the instance.withCommandOutput(String commandOutput) Set the commandOutput property: Output of the command.
-
Constructor Details
-
CommandOutputInner
public CommandOutputInner()Creates an instance of CommandOutputInner class.
-
-
Method Details
-
commandOutput
Get the commandOutput property: Output of the command.- Returns:
- the commandOutput value.
-
withCommandOutput
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.
-