Package com.databricks.sdk.service.jobs
Class GetJobRequest
- java.lang.Object
-
- com.databricks.sdk.service.jobs.GetJobRequest
-
@Generated public class GetJobRequest extends Object
Get a single job
-
-
Constructor Summary
Constructors Constructor Description GetJobRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetJobId()inthashCode()GetJobRequestsetJobId(Long jobId)StringtoString()
-
-
-
Method Detail
-
setJobId
public GetJobRequest setJobId(Long jobId)
-
getJobId
public Long getJobId()
-
-