Class PipelineLibrary
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.PipelineLibrary
-
@Generated public class PipelineLibrary extends Object
-
-
Constructor Summary
Constructors Constructor Description PipelineLibrary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
FileLibrary
getFile()
String
getJar()
MavenLibrary
getMaven()
NotebookLibrary
getNotebook()
int
hashCode()
PipelineLibrary
setFile(FileLibrary file)
PipelineLibrary
setJar(String jar)
PipelineLibrary
setMaven(MavenLibrary maven)
PipelineLibrary
setNotebook(NotebookLibrary notebook)
String
toString()
-
-
-
Method Detail
-
setFile
public PipelineLibrary setFile(FileLibrary file)
-
getFile
public FileLibrary getFile()
-
setJar
public PipelineLibrary setJar(String jar)
-
getJar
public String getJar()
-
setMaven
public PipelineLibrary setMaven(MavenLibrary maven)
-
getMaven
public MavenLibrary getMaven()
-
setNotebook
public PipelineLibrary setNotebook(NotebookLibrary notebook)
-
getNotebook
public NotebookLibrary getNotebook()
-
-