CreateRunResponse Class

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

public final class CreateRunResponse

Response body with a run identifier.

Constructor Summary

Constructor Description
CreateRunResponse()

Creates an instance of CreateRunResponse class.

Method Summary

Modifier and Type Method and Description
String getRunId()

Get the runId property: Identifier of a run.

CreateRunResponse setRunId(String runId)

Set the runId property: Identifier of a run.

Methods inherited from java.lang.Object

Constructor Details

CreateRunResponse

public CreateRunResponse()

Creates an instance of CreateRunResponse class.

Method Details

getRunId

public String getRunId()

Get the runId property: Identifier of a run.

Returns:

the runId value.

setRunId

public CreateRunResponse setRunId(String runId)

Set the runId property: Identifier of a run.

Parameters:

runId - the runId value to set.

Returns:

the CreateRunResponse object itself.

Applies to