Package com.databricks.sdk.service.jobs
Class RepairHistoryItem
- java.lang.Object
-
- com.databricks.sdk.service.jobs.RepairHistoryItem
-
@Generated public class RepairHistoryItem extends Object
-
-
Constructor Summary
Constructors Constructor Description RepairHistoryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetEndTime()LonggetId()LonggetStartTime()RunStategetState()Collection<Long>getTaskRunIds()RepairHistoryItemTypegetType()inthashCode()RepairHistoryItemsetEndTime(Long endTime)RepairHistoryItemsetId(Long id)RepairHistoryItemsetStartTime(Long startTime)RepairHistoryItemsetState(RunState state)RepairHistoryItemsetTaskRunIds(Collection<Long> taskRunIds)RepairHistoryItemsetType(RepairHistoryItemType typeValue)StringtoString()
-
-
-
Method Detail
-
setEndTime
public RepairHistoryItem setEndTime(Long endTime)
-
getEndTime
public Long getEndTime()
-
setId
public RepairHistoryItem setId(Long id)
-
getId
public Long getId()
-
setStartTime
public RepairHistoryItem setStartTime(Long startTime)
-
getStartTime
public Long getStartTime()
-
setState
public RepairHistoryItem setState(RunState state)
-
getState
public RunState getState()
-
setTaskRunIds
public RepairHistoryItem setTaskRunIds(Collection<Long> taskRunIds)
-
getTaskRunIds
public Collection<Long> getTaskRunIds()
-
setType
public RepairHistoryItem setType(RepairHistoryItemType typeValue)
-
getType
public RepairHistoryItemType getType()
-
-