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 booleanequals(Object o)FileLibrarygetFile()StringgetJar()MavenLibrarygetMaven()NotebookLibrarygetNotebook()inthashCode()PipelineLibrarysetFile(FileLibrary file)PipelineLibrarysetJar(String jar)PipelineLibrarysetMaven(MavenLibrary maven)PipelineLibrarysetNotebook(NotebookLibrary notebook)StringtoString()
-
-
-
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()
-
-