RunNotebookResponse Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.RunNotebookResponse

public final class RunNotebookResponse

Run notebook response.

Constructor Summary

Constructor Description
RunNotebookResponse()

Creates an instance of RunNotebookResponse class.

Method Summary

Modifier and Type Method and Description
String getMessage()

Get the message property: Response message.

RunNotebookResult getResult()

Get the result property: Result of run notebook.

RunNotebookResponse setResult(RunNotebookResult result)

Set the result property: Result of run notebook.

Methods inherited from java.lang.Object

Constructor Details

RunNotebookResponse

public RunNotebookResponse()

Creates an instance of RunNotebookResponse class.

Method Details

getMessage

public String getMessage()

Get the message property: Response message.

Returns:

the message value.

getResult

public RunNotebookResult getResult()

Get the result property: Result of run notebook.

Returns:

the result value.

setResult

public RunNotebookResponse setResult(RunNotebookResult result)

Set the result property: Result of run notebook.

Parameters:

result - the result value to set.

Returns:

the RunNotebookResponse object itself.

Applies to