RunNotebookSnapshotResult Class

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

public final class RunNotebookSnapshotResult

Run notebook snapshot result.

Constructor Summary

Constructor Description
RunNotebookSnapshotResult()

Creates an instance of RunNotebookSnapshotResult class.

Method Summary

Modifier and Type Method and Description
RunNotebookError getError()

Get the error property: Run notebook error.

String getLastCheckedOn()

Get the lastCheckedOn property: Timestamp of last update.

String getRunId()

Get the runId property: Run id.

String getRunStatus()

Get the runStatus property: Status of the run notebook.

String getSessionId()

Get the sessionId property: Livy session id.

RunNotebookSnapshot getSnapshot()

Get the snapshot property: Run notebook snapshot.

String getSparkPool()

Get the sparkPool property: SparkPool name.

RunNotebookSnapshotResult setError(RunNotebookError error)

Set the error property: Run notebook error.

RunNotebookSnapshotResult setLastCheckedOn(String lastCheckedOn)

Set the lastCheckedOn property: Timestamp of last update.

RunNotebookSnapshotResult setRunId(String runId)

Set the runId property: Run id.

RunNotebookSnapshotResult setRunStatus(String runStatus)

Set the runStatus property: Status of the run notebook.

RunNotebookSnapshotResult setSessionId(String sessionId)

Set the sessionId property: Livy session id.

RunNotebookSnapshotResult setSnapshot(RunNotebookSnapshot snapshot)

Set the snapshot property: Run notebook snapshot.

RunNotebookSnapshotResult setSparkPool(String sparkPool)

Set the sparkPool property: SparkPool name.

Methods inherited from java.lang.Object

Constructor Details

RunNotebookSnapshotResult

public RunNotebookSnapshotResult()

Creates an instance of RunNotebookSnapshotResult class.

Method Details

getError

public RunNotebookError getError()

Get the error property: Run notebook error.

Returns:

the error value.

getLastCheckedOn

public String getLastCheckedOn()

Get the lastCheckedOn property: Timestamp of last update.

Returns:

the lastCheckedOn value.

getRunId

public String getRunId()

Get the runId property: Run id.

Returns:

the runId value.

getRunStatus

public String getRunStatus()

Get the runStatus property: Status of the run notebook.

Returns:

the runStatus value.

getSessionId

public String getSessionId()

Get the sessionId property: Livy session id.

Returns:

the sessionId value.

getSnapshot

public RunNotebookSnapshot getSnapshot()

Get the snapshot property: Run notebook snapshot.

Returns:

the snapshot value.

getSparkPool

public String getSparkPool()

Get the sparkPool property: SparkPool name.

Returns:

the sparkPool value.

setError

public RunNotebookSnapshotResult setError(RunNotebookError error)

Set the error property: Run notebook error.

Parameters:

error - the error value to set.

Returns:

the RunNotebookSnapshotResult object itself.

setLastCheckedOn

public RunNotebookSnapshotResult setLastCheckedOn(String lastCheckedOn)

Set the lastCheckedOn property: Timestamp of last update.

Parameters:

lastCheckedOn - the lastCheckedOn value to set.

Returns:

the RunNotebookSnapshotResult object itself.

setRunId

public RunNotebookSnapshotResult setRunId(String runId)

Set the runId property: Run id.

Parameters:

runId - the runId value to set.

Returns:

the RunNotebookSnapshotResult object itself.

setRunStatus

public RunNotebookSnapshotResult setRunStatus(String runStatus)

Set the runStatus property: Status of the run notebook.

Parameters:

runStatus - the runStatus value to set.

Returns:

the RunNotebookSnapshotResult object itself.

setSessionId

public RunNotebookSnapshotResult setSessionId(String sessionId)

Set the sessionId property: Livy session id.

Parameters:

sessionId - the sessionId value to set.

Returns:

the RunNotebookSnapshotResult object itself.

setSnapshot

public RunNotebookSnapshotResult setSnapshot(RunNotebookSnapshot snapshot)

Set the snapshot property: Run notebook snapshot.

Parameters:

snapshot - the snapshot value to set.

Returns:

the RunNotebookSnapshotResult object itself.

setSparkPool

public RunNotebookSnapshotResult setSparkPool(String sparkPool)

Set the sparkPool property: SparkPool name.

Parameters:

sparkPool - the sparkPool value to set.

Returns:

the RunNotebookSnapshotResult object itself.

Applies to