Class SparkStatementOutput

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

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

    • SparkStatementOutput

      public SparkStatementOutput()
  • Method Details

    • getStatus

      public String getStatus()
      Get the status property: The status property.
      Returns:
      the status value.
    • setStatus

      public SparkStatementOutput setStatus(String status)
      Set the status property: The status property.
      Parameters:
      status - the status value to set.
      Returns:
      the SparkStatementOutput object itself.
    • getExecutionCount

      public int getExecutionCount()
      Get the executionCount property: The execution_count property.
      Returns:
      the executionCount value.
    • setExecutionCount

      public SparkStatementOutput setExecutionCount(int executionCount)
      Set the executionCount property: The execution_count property.
      Parameters:
      executionCount - the executionCount value to set.
      Returns:
      the SparkStatementOutput object itself.
    • getData

      public Object getData()
      Get the data property: Any object.
      Returns:
      the data value.
    • setData

      public SparkStatementOutput setData(Object data)
      Set the data property: Any object.
      Parameters:
      data - the data value to set.
      Returns:
      the SparkStatementOutput object itself.
    • getErrorName

      public String getErrorName()
      Get the errorName property: The ename property.
      Returns:
      the errorName value.
    • setErrorName

      public SparkStatementOutput setErrorName(String errorName)
      Set the errorName property: The ename property.
      Parameters:
      errorName - the errorName value to set.
      Returns:
      the SparkStatementOutput object itself.
    • getErrorValue

      public String getErrorValue()
      Get the errorValue property: The evalue property.
      Returns:
      the errorValue value.
    • setErrorValue

      public SparkStatementOutput setErrorValue(String errorValue)
      Set the errorValue property: The evalue property.
      Parameters:
      errorValue - the errorValue value to set.
      Returns:
      the SparkStatementOutput object itself.
    • getTraceback

      public List<String> getTraceback()
      Get the traceback property: The traceback property.
      Returns:
      the traceback value.
    • setTraceback

      public SparkStatementOutput setTraceback(List<String> traceback)
      Set the traceback property: The traceback property.
      Parameters:
      traceback - the traceback value to set.
      Returns:
      the SparkStatementOutput object itself.