RunNotebookSnapshotResponse Class

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

public final class RunNotebookSnapshotResponse

Run notebook snapshot response.

Constructor Summary

Constructor Description
RunNotebookSnapshotResponse()

Creates an instance of RunNotebookSnapshotResponse class.

Method Summary

Modifier and Type Method and Description
String getMessage()

Get the message property: Response message.

RunNotebookSnapshotResult getResult()

Get the result property: Run notebook snapshot result.

RunNotebookSnapshotResponse setResult(RunNotebookSnapshotResult result)

Set the result property: Run notebook snapshot result.

Methods inherited from java.lang.Object

Constructor Details

RunNotebookSnapshotResponse

public RunNotebookSnapshotResponse()

Creates an instance of RunNotebookSnapshotResponse class.

Method Details

getMessage

public String getMessage()

Get the message property: Response message.

Returns:

the message value.

getResult

public RunNotebookSnapshotResult getResult()

Get the result property: Run notebook snapshot result.

Returns:

the result value.

setResult

public RunNotebookSnapshotResponse setResult(RunNotebookSnapshotResult result)

Set the result property: Run notebook snapshot result.

Parameters:

result - the result value to set.

Returns:

the RunNotebookSnapshotResponse object itself.

Applies to