Class SparkJobListViewResponse

java.lang.Object
com.azure.analytics.synapse.monitoring.models.SparkJobListViewResponse

public final class SparkJobListViewResponse extends Object
The SparkJobListViewResponse model.
  • Constructor Details

    • SparkJobListViewResponse

      public SparkJobListViewResponse()
  • Method Details

    • getNJobs

      public Integer getNJobs()
      Get the nJobs property: The nJobs property.
      Returns:
      the nJobs value.
    • setNJobs

      public SparkJobListViewResponse setNJobs(Integer nJobs)
      Set the nJobs property: The nJobs property.
      Parameters:
      nJobs - the nJobs value to set.
      Returns:
      the SparkJobListViewResponse object itself.
    • getSparkJobs

      public List<SparkJob> getSparkJobs()
      Get the sparkJobs property: The sparkJobs property.
      Returns:
      the sparkJobs value.
    • setSparkJobs

      public SparkJobListViewResponse setSparkJobs(List<SparkJob> sparkJobs)
      Set the sparkJobs property: The sparkJobs property.
      Parameters:
      sparkJobs - the sparkJobs value to set.
      Returns:
      the SparkJobListViewResponse object itself.