Package com.databricks.sdk.service.jobs
Class ResetJob
- java.lang.Object
-
- com.databricks.sdk.service.jobs.ResetJob
-
@Generated public class ResetJob extends Object
-
-
Constructor Summary
Constructors Constructor Description ResetJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetJobId()JobSettingsgetNewSettings()inthashCode()ResetJobsetJobId(Long jobId)ResetJobsetNewSettings(JobSettings newSettings)StringtoString()
-
-
-
Method Detail
-
getJobId
public Long getJobId()
-
setNewSettings
public ResetJob setNewSettings(JobSettings newSettings)
-
getNewSettings
public JobSettings getNewSettings()
-
-