Class PythonPyPiLibrary
- java.lang.Object
-
- com.databricks.sdk.service.compute.PythonPyPiLibrary
-
@Generated public class PythonPyPiLibrary extends Object
-
-
Constructor Summary
Constructors Constructor Description PythonPyPiLibrary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPackage()StringgetRepo()inthashCode()PythonPyPiLibrarysetPackage(String packageValue)PythonPyPiLibrarysetRepo(String repo)StringtoString()
-
-
-
Method Detail
-
setPackage
public PythonPyPiLibrary setPackage(String packageValue)
-
getPackage
public String getPackage()
-
setRepo
public PythonPyPiLibrary setRepo(String repo)
-
getRepo
public String getRepo()
-
-