Package com.databricks.sdk.service.jobs
Class TriggerEvaluation
- java.lang.Object
-
- com.databricks.sdk.service.jobs.TriggerEvaluation
-
@Generated public class TriggerEvaluation extends Object
-
-
Constructor Summary
Constructors Constructor Description TriggerEvaluation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()LonggetRunId()LonggetTimestamp()inthashCode()TriggerEvaluationsetDescription(String description)TriggerEvaluationsetRunId(Long runId)TriggerEvaluationsetTimestamp(Long timestamp)StringtoString()
-
-
-
Method Detail
-
setDescription
public TriggerEvaluation setDescription(String description)
-
getDescription
public String getDescription()
-
setRunId
public TriggerEvaluation setRunId(Long runId)
-
getRunId
public Long getRunId()
-
setTimestamp
public TriggerEvaluation setTimestamp(Long timestamp)
-
getTimestamp
public Long getTimestamp()
-
-