Class SparkStatementCollection

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

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

    • SparkStatementCollection

      public SparkStatementCollection()
  • Method Details

    • getTotal

      public int getTotal()
      Get the total property: The total_statements property.
      Returns:
      the total value.
    • setTotal

      public SparkStatementCollection setTotal(int total)
      Set the total property: The total_statements property.
      Parameters:
      total - the total value to set.
      Returns:
      the SparkStatementCollection object itself.
    • getStatements

      public List<SparkStatement> getStatements()
      Get the statements property: The statements property.
      Returns:
      the statements value.
    • setStatements

      public SparkStatementCollection setStatements(List<SparkStatement> statements)
      Set the statements property: The statements property.
      Parameters:
      statements - the statements value to set.
      Returns:
      the SparkStatementCollection object itself.