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

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

    • SparkJob

      public SparkJob()
  • Method Details

    • getState

      public String getState()
      Get the state property: The state property.
      Returns:
      the state value.
    • setState

      public SparkJob setState(String state)
      Set the state property: The state property.
      Parameters:
      state - the state value to set.
      Returns:
      the SparkJob object itself.
    • getName

      public String getName()
      Get the name property: The name property.
      Returns:
      the name value.
    • setName

      public SparkJob setName(String name)
      Set the name property: The name property.
      Parameters:
      name - the name value to set.
      Returns:
      the SparkJob object itself.
    • getSubmitter

      public String getSubmitter()
      Get the submitter property: The submitter property.
      Returns:
      the submitter value.
    • setSubmitter

      public SparkJob setSubmitter(String submitter)
      Set the submitter property: The submitter property.
      Parameters:
      submitter - the submitter value to set.
      Returns:
      the SparkJob object itself.
    • getCompute

      public String getCompute()
      Get the compute property: The compute property.
      Returns:
      the compute value.
    • setCompute

      public SparkJob setCompute(String compute)
      Set the compute property: The compute property.
      Parameters:
      compute - the compute value to set.
      Returns:
      the SparkJob object itself.
    • getSparkApplicationId

      public String getSparkApplicationId()
      Get the sparkApplicationId property: The sparkApplicationId property.
      Returns:
      the sparkApplicationId value.
    • setSparkApplicationId

      public SparkJob setSparkApplicationId(String sparkApplicationId)
      Set the sparkApplicationId property: The sparkApplicationId property.
      Parameters:
      sparkApplicationId - the sparkApplicationId value to set.
      Returns:
      the SparkJob object itself.
    • getLivyId

      public String getLivyId()
      Get the livyId property: The livyId property.
      Returns:
      the livyId value.
    • setLivyId

      public SparkJob setLivyId(String livyId)
      Set the livyId property: The livyId property.
      Parameters:
      livyId - the livyId value to set.
      Returns:
      the SparkJob object itself.
    • getTiming

      public List<String> getTiming()
      Get the timing property: The timing property.
      Returns:
      the timing value.
    • setTiming

      public SparkJob setTiming(List<String> timing)
      Set the timing property: The timing property.
      Parameters:
      timing - the timing value to set.
      Returns:
      the SparkJob object itself.
    • getSparkJobDefinition

      public String getSparkJobDefinition()
      Get the sparkJobDefinition property: The sparkJobDefinition property.
      Returns:
      the sparkJobDefinition value.
    • setSparkJobDefinition

      public SparkJob setSparkJobDefinition(String sparkJobDefinition)
      Set the sparkJobDefinition property: The sparkJobDefinition property.
      Parameters:
      sparkJobDefinition - the sparkJobDefinition value to set.
      Returns:
      the SparkJob object itself.
    • getPipeline

      public List<SparkJob> getPipeline()
      Get the pipeline property: The pipeline property.
      Returns:
      the pipeline value.
    • setPipeline

      public SparkJob setPipeline(List<SparkJob> pipeline)
      Set the pipeline property: The pipeline property.
      Parameters:
      pipeline - the pipeline value to set.
      Returns:
      the SparkJob object itself.
    • getJobType

      public String getJobType()
      Get the jobType property: The jobType property.
      Returns:
      the jobType value.
    • setJobType

      public SparkJob setJobType(String jobType)
      Set the jobType property: The jobType property.
      Parameters:
      jobType - the jobType value to set.
      Returns:
      the SparkJob object itself.
    • getSubmitTime

      public OffsetDateTime getSubmitTime()
      Get the submitTime property: The submitTime property.
      Returns:
      the submitTime value.
    • setSubmitTime

      public SparkJob setSubmitTime(OffsetDateTime submitTime)
      Set the submitTime property: The submitTime property.
      Parameters:
      submitTime - the submitTime value to set.
      Returns:
      the SparkJob object itself.
    • getEndTime

      public OffsetDateTime getEndTime()
      Get the endTime property: The endTime property.
      Returns:
      the endTime value.
    • setEndTime

      public SparkJob setEndTime(OffsetDateTime endTime)
      Set the endTime property: The endTime property.
      Parameters:
      endTime - the endTime value to set.
      Returns:
      the SparkJob object itself.
    • getQueuedDuration

      public String getQueuedDuration()
      Get the queuedDuration property: The queuedDuration property.
      Returns:
      the queuedDuration value.
    • setQueuedDuration

      public SparkJob setQueuedDuration(String queuedDuration)
      Set the queuedDuration property: The queuedDuration property.
      Parameters:
      queuedDuration - the queuedDuration value to set.
      Returns:
      the SparkJob object itself.
    • getRunningDuration

      public String getRunningDuration()
      Get the runningDuration property: The runningDuration property.
      Returns:
      the runningDuration value.
    • setRunningDuration

      public SparkJob setRunningDuration(String runningDuration)
      Set the runningDuration property: The runningDuration property.
      Parameters:
      runningDuration - the runningDuration value to set.
      Returns:
      the SparkJob object itself.
    • getTotalDuration

      public String getTotalDuration()
      Get the totalDuration property: The totalDuration property.
      Returns:
      the totalDuration value.
    • setTotalDuration

      public SparkJob setTotalDuration(String totalDuration)
      Set the totalDuration property: The totalDuration property.
      Parameters:
      totalDuration - the totalDuration value to set.
      Returns:
      the SparkJob object itself.