public final class SparkStatementOutput extends Object
| Constructor and Description |
|---|
SparkStatementOutput() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Get the data property: Any object.
|
String |
getErrorName()
Get the errorName property: The ename property.
|
String |
getErrorValue()
Get the errorValue property: The evalue property.
|
int |
getExecutionCount()
Get the executionCount property: The execution_count property.
|
String |
getStatus()
Get the status property: The status property.
|
List<String> |
getTraceback()
Get the traceback property: The traceback property.
|
SparkStatementOutput |
setData(Object data)
Set the data property: Any object.
|
SparkStatementOutput |
setErrorName(String errorName)
Set the errorName property: The ename property.
|
SparkStatementOutput |
setErrorValue(String errorValue)
Set the errorValue property: The evalue property.
|
SparkStatementOutput |
setExecutionCount(int executionCount)
Set the executionCount property: The execution_count property.
|
SparkStatementOutput |
setStatus(String status)
Set the status property: The status property.
|
SparkStatementOutput |
setTraceback(List<String> traceback)
Set the traceback property: The traceback property.
|
public String getStatus()
public SparkStatementOutput setStatus(String status)
status - the status value to set.public int getExecutionCount()
public SparkStatementOutput setExecutionCount(int executionCount)
executionCount - the executionCount value to set.public Object getData()
public SparkStatementOutput setData(Object data)
data - the data value to set.public String getErrorName()
public SparkStatementOutput setErrorName(String errorName)
errorName - the errorName value to set.public String getErrorValue()
public SparkStatementOutput setErrorValue(String errorValue)
errorValue - the errorValue value to set.public List<String> getTraceback()
public SparkStatementOutput setTraceback(List<String> traceback)
traceback - the traceback value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.