Class CreateRunResponse

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

public final class CreateRunResponse extends Object
Response body with a run identifier.
  • Constructor Details

    • CreateRunResponse

      public CreateRunResponse()
  • 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.