/**
  * Returns the output local path of the folder under which job output resources are inFolder be be
  * created.
  *
  * @param outputLocalFolder the path of the local output folder
  */
 public ReportJobRepositoryDestinationModel setOutputLocalFolder(String outputLocalFolder) {
   super.setOutputLocalFolder(outputLocalFolder);
   return this;
 }