public final class SparkStatementCollection extends Object
| Constructor and Description |
|---|
SparkStatementCollection() |
| Modifier and Type | Method and Description |
|---|---|
List<SparkStatement> |
getStatements()
Get the statements property: The statements property.
|
int |
getTotal()
Get the total property: The total_statements property.
|
SparkStatementCollection |
setStatements(List<SparkStatement> statements)
Set the statements property: The statements property.
|
SparkStatementCollection |
setTotal(int total)
Set the total property: The total_statements property.
|
public int getTotal()
public SparkStatementCollection setTotal(int total)
total - the total value to set.public List<SparkStatement> getStatements()
public SparkStatementCollection setStatements(List<SparkStatement> statements)
statements - the statements value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.