SparkJobListViewResponse Class

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

public final class SparkJobListViewResponse

The SparkJobListViewResponse model.

Constructor Summary

Constructor Description
SparkJobListViewResponse()

Method Summary

Modifier and Type Method and Description
Integer getNJobs()

Get the nJobs property: The nJobs property.

List<SparkJob> getSparkJobs()

Get the sparkJobs property: The sparkJobs property.

SparkJobListViewResponse setNJobs(Integer nJobs)

Set the nJobs property: The nJobs property.

SparkJobListViewResponse setSparkJobs(List<SparkJob> sparkJobs)

Set the sparkJobs property: The sparkJobs property.

Methods inherited from java.lang.Object

Constructor Details

SparkJobListViewResponse

public SparkJobListViewResponse()

Method Details

getNJobs

public Integer getNJobs()

Get the nJobs property: The nJobs property.

Returns:

the nJobs value.

getSparkJobs

public List getSparkJobs()

Get the sparkJobs property: The sparkJobs property.

Returns:

the sparkJobs 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.

setSparkJobs

public SparkJobListViewResponse setSparkJobs(List sparkJobs)

Set the sparkJobs property: The sparkJobs property.

Parameters:

sparkJobs - the sparkJobs value to set.

Returns:

the SparkJobListViewResponse object itself.

Applies to