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 boolean
equals(Object o)
String
getPackage()
String
getRepo()
int
hashCode()
PythonPyPiLibrary
setPackage(String packageValue)
PythonPyPiLibrary
setRepo(String repo)
String
toString()
-
-
-
Method Detail
-
setPackage
public PythonPyPiLibrary setPackage(String packageValue)
-
getPackage
public String getPackage()
-
setRepo
public PythonPyPiLibrary setRepo(String repo)
-
getRepo
public String getRepo()
-
-