Class UpdateFunction
- java.lang.Object
-
- com.databricks.sdk.service.catalog.UpdateFunction
-
@Generated public class UpdateFunction extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
String
getOwner()
int
hashCode()
UpdateFunction
setName(String name)
UpdateFunction
setOwner(String owner)
String
toString()
-
-
-
Method Detail
-
setName
public UpdateFunction setName(String name)
-
getName
public String getName()
-
setOwner
public UpdateFunction setOwner(String owner)
-
getOwner
public String getOwner()
-
-