Package com.databricks.sdk.service.jobs
Class ResolvedDbtTaskValues
- java.lang.Object
-
- com.databricks.sdk.service.jobs.ResolvedDbtTaskValues
-
@Generated public class ResolvedDbtTaskValues extends Object
-
-
Constructor Summary
Constructors Constructor Description ResolvedDbtTaskValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<String>getCommands()inthashCode()ResolvedDbtTaskValuessetCommands(Collection<String> commands)StringtoString()
-
-
-
Method Detail
-
setCommands
public ResolvedDbtTaskValues setCommands(Collection<String> commands)
-
getCommands
public Collection<String> getCommands()
-
-