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 booleanequals(Object o)StringgetName()StringgetOwner()inthashCode()UpdateFunctionsetName(String name)UpdateFunctionsetOwner(String owner)StringtoString()
-
-
-
Method Detail
-
setName
public UpdateFunction setName(String name)
-
getName
public String getName()
-
setOwner
public UpdateFunction setOwner(String owner)
-
getOwner
public String getOwner()
-
-