Class CreatePipelineResponse
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.CreatePipelineResponse
-
@Generated public class CreatePipelineResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CreatePipelineResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
PipelineSpec
getEffectiveSettings()
String
getPipelineId()
int
hashCode()
CreatePipelineResponse
setEffectiveSettings(PipelineSpec effectiveSettings)
CreatePipelineResponse
setPipelineId(String pipelineId)
String
toString()
-
-
-
Method Detail
-
setEffectiveSettings
public CreatePipelineResponse setEffectiveSettings(PipelineSpec effectiveSettings)
-
getEffectiveSettings
public PipelineSpec getEffectiveSettings()
-
setPipelineId
public CreatePipelineResponse setPipelineId(String pipelineId)
-
getPipelineId
public String getPipelineId()
-
-