Class CommandOutputInner


  • public final class CommandOutputInner
    extends Object
    Response of /command api.
    • Constructor Detail

      • CommandOutputInner

        public CommandOutputInner()
    • 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.