public final class SparkStatementCancellationResult extends Object
| Constructor and Description |
|---|
SparkStatementCancellationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Get the message property: The msg property from the Livy API.
|
SparkStatementCancellationResult |
setMessage(String message)
Set the message property: The msg property from the Livy API.
|
public String getMessage()
public SparkStatementCancellationResult setMessage(String message)
message - the message value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.