java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobDataPath

public class JobDataPath extends Object
A Data Lake Analytics job data path item.
  • Constructor Details

    • JobDataPath

      public JobDataPath()
  • Method Details

    • jobId

      public UUID jobId()
      Get the ID of the job this data is for.
      Returns:
      the jobId value
    • command

      public String command()
      Get the command that this job data relates to.
      Returns:
      the command value
    • paths

      public List<String> paths()
      Get the list of paths to all of the job data.
      Returns:
      the paths value