Class SparkStatement

java.lang.Object
com.azure.analytics.synapse.spark.models.SparkStatement

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

    • SparkStatement

      public SparkStatement()
  • Method Details

    • getId

      public int getId()
      Get the id property: The id property.
      Returns:
      the id value.
    • setId

      public SparkStatement setId(int id)
      Set the id property: The id property.
      Parameters:
      id - the id value to set.
      Returns:
      the SparkStatement object itself.
    • getCode

      public String getCode()
      Get the code property: The code property.
      Returns:
      the code value.
    • setCode

      public SparkStatement setCode(String code)
      Set the code property: The code property.
      Parameters:
      code - the code value to set.
      Returns:
      the SparkStatement object itself.
    • getState

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

      public SparkStatement setState(LivyStatementStates state)
      Set the state property: The state property.
      Parameters:
      state - the state value to set.
      Returns:
      the SparkStatement object itself.
    • getOutput

      public SparkStatementOutput getOutput()
      Get the output property: The output property.
      Returns:
      the output value.
    • setOutput

      public SparkStatement setOutput(SparkStatementOutput output)
      Set the output property: The output property.
      Parameters:
      output - the output value to set.
      Returns:
      the SparkStatement object itself.