public final class SparkStatement extends Object
| Constructor and Description |
|---|
SparkStatement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Get the code property: The code property.
|
int |
getId()
Get the id property: The id property.
|
SparkStatementOutput |
getOutput()
Get the output property: The output property.
|
LivyStatementStates |
getState()
Get the state property: The state property.
|
SparkStatement |
setCode(String code)
Set the code property: The code property.
|
SparkStatement |
setId(int id)
Set the id property: The id property.
|
SparkStatement |
setOutput(SparkStatementOutput output)
Set the output property: The output property.
|
SparkStatement |
setState(LivyStatementStates state)
Set the state property: The state property.
|
public int getId()
public SparkStatement setId(int id)
id - the id value to set.public String getCode()
public SparkStatement setCode(String code)
code - the code value to set.public LivyStatementStates getState()
public SparkStatement setState(LivyStatementStates state)
state - the state value to set.public SparkStatementOutput getOutput()
public SparkStatement setOutput(SparkStatementOutput output)
output - the output value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.