public final class SparkStatementOptions extends Object
| Constructor and Description |
|---|
SparkStatementOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Get the code property: The code property.
|
SparkStatementLanguageType |
getKind()
Get the kind property: The kind property.
|
SparkStatementOptions |
setCode(String code)
Set the code property: The code property.
|
SparkStatementOptions |
setKind(SparkStatementLanguageType kind)
Set the kind property: The kind property.
|
public String getCode()
public SparkStatementOptions setCode(String code)
code - the code value to set.public SparkStatementLanguageType getKind()
public SparkStatementOptions setKind(SparkStatementLanguageType kind)
kind - the kind value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.